1 write to _nullableState
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
440this._nullableState = nullableState;
2 references to _nullableState
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (2)
460var lambda = new UnboundLambda(Syntax, data, FunctionType, WithDependencies, _nullableState, _getterNullResilienceData, HasErrors); 503=> BindForReturnTypeInference(delegateType).GetInferredReturnType(conversions, _nullableState, _getterNullResilienceData, ref useSiteInfo, out inferredFromFunctionType);