7 references to BoundDagTemp
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundDagEvaluation.cs (6)
135
return new
BoundDagTemp
(Syntax, Type, this);
162
return new
BoundDagTemp
(Syntax, Field.Type, this);
176
return new
BoundDagTemp
(Syntax, Property.Type, this);
199
return new
BoundDagTemp
(Syntax, Property.Type, this);
230
return new
BoundDagTemp
(Syntax, IndexerType, this);
267
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);