4 references to UnboundLambda
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Query.cs (1)
869var lambda = new UnboundLambda(node, state, functionType: null, withDependencies, hasErrors: false) { WasCompilerGenerated = true };
BoundTree\UnboundLambda.cs (2)
413var lambda = new UnboundLambda(syntax, data, functionType, withDependencies, hasErrors: hasErrors); 421this(syntax, state, functionType, withDependencies, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
7666var result = new UnboundLambda(this.Syntax, data, functionType, withDependencies, this.HasErrors);