7 references to BoundDagTemp
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundDagEvaluation.cs (6)
135
return new
BoundDagTemp
(Syntax, Type, this);
154
return new
BoundDagTemp
(Syntax, Field.Type, this);
168
return new
BoundDagTemp
(Syntax, Property.Type, this);
191
return new
BoundDagTemp
(Syntax, Property.Type, this);
222
return new
BoundDagTemp
(Syntax, IndexerType, this);
259
return new
BoundDagTemp
(Syntax, SliceType, this);
BoundTree\Constructors.cs (1)
649
public static BoundDagTemp ForOriginalInput(BoundExpression expr) => new
BoundDagTemp
(expr.Syntax, expr.Type!, source: null);