1 write to _nullableType
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
105
_nullableType
= _bound.SpecialType(SpecialType.System_Nullable_T);
4 references to _nullableType
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (4)
514
promotedType =
_nullableType
.Construct(promotedType);
609
var promotedType = e.IsNullableType() ?
_nullableType
.Construct(PromotedType(e.GetNullableUnderlyingType())) : PromotedType(e);
708
_nullableType
.Construct(method.ReturnType) : method.ReturnType;
1190
promotedType =
_nullableType
.Construct(promotedType);