4 references to MakeNullableOf
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
5511
targetTypeWithNullability = TypeWithAnnotations.Create(
MakeNullableOf
(targetTypeWithNullability));
6175
oldType.IsNullableType() && !accessType.IsNullableType() ?
MakeNullableOf
(accessTypeWithAnnotations) :
10164
TypeSymbol type = typeNeedsLifting ?
MakeNullableOf
(returnType) : returnType.Type;
11185
targetTypeOfOperandConversion = TypeWithAnnotations.Create(
MakeNullableOf
(targetTypeOfOperandConversion));