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