1 write to _nullableType
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
107_nullableType = _bound.SpecialType(SpecialType.System_Nullable_T);
4 references to _nullableType
Microsoft.CodeAnalysis.CSharp (4)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (4)
447promotedType = _nullableType.Construct(promotedType); 540var promotedType = e.IsNullableType() ? _nullableType.Construct(PromotedType(e.GetNullableUnderlyingType())) : PromotedType(e); 639_nullableType.Construct(method.ReturnType) : method.ReturnType; 1082promotedType = _nullableType.Construct(promotedType);