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)
513
promotedType =
_nullableType
.Construct(promotedType);
608
var promotedType = e.IsNullableType() ?
_nullableType
.Construct(PromotedType(e.GetNullableUnderlyingType())) : PromotedType(e);
707
_nullableType
.Construct(method.ReturnType) : method.ReturnType;
1189
promotedType =
_nullableType
.Construct(promotedType);