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