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