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