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