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