3 references to MakeNullableOf
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
5395
targetTypeWithNullability = TypeWithAnnotations.Create(
MakeNullableOf
(targetTypeWithNullability));
6053
oldType.IsNullableType() && !accessType.IsNullableType() ?
MakeNullableOf
(accessTypeWithAnnotations) :
9917
TypeSymbol type = typeNeedsLifting ?
MakeNullableOf
(returnType) : returnType.Type;