1 write to _nullableType
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
106_nullableType = _bound.SpecialType(SpecialType.System_Nullable_T);
4 references to _nullableType
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (4)
520promotedType = _nullableType.Construct(promotedType); 615var promotedType = e.IsNullableType() ? _nullableType.Construct(PromotedType(e.GetNullableUnderlyingType())) : PromotedType(e); 715_nullableType.Construct(method.ReturnType) : method.ReturnType; 1239promotedType = _nullableType.Construct(promotedType);