6 references to BoundDagTemp
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundDagEvaluation.cs (3)
328
builder.Add(new
BoundDagTemp
(Syntax, parameter.Type, this, i));
340
return new
BoundDagTemp
(Syntax, parameter.Type, this, 0);
346
return new
BoundDagTemp
(Syntax, DeconstructMethod.ReturnType, this, index: -1);
BoundTree\BoundDagTemp.cs (1)
21
public static BoundDagTemp ForOriginalInput(SyntaxNode syntax, TypeSymbol type) => new
BoundDagTemp
(syntax, type, source: null, 0);
BoundTree\Constructors.cs (1)
645
:
this
(syntax, type, source, index: 0, hasErrors: false)
Generated\BoundNodes.xml.Generated.cs (1)
5281
var result = new
BoundDagTemp
(this.Syntax, type, source, index, this.HasErrors);