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