2 references to UnboundLambda
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (2)
438var lambda = new UnboundLambda(Syntax, data, FunctionType, WithDependencies, nullableState, getterNullResilienceData, HasErrors); 451var lambda = new UnboundLambda(Syntax, data, FunctionType, WithDependencies, _nullableState, _getterNullResilienceData, HasErrors);