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