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