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