4 references to BoundDagFieldEvaluation
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (2)
563var evaluation = new BoundDagFieldEvaluation(syntax, field, OriginalInput(input, field)); // fetch the ItemN field 624evaluation = new BoundDagFieldEvaluation(member.Syntax, field, OriginalInput(input, field));
Generated\BoundNodes.xml.Generated.cs (1)
5461var result = new BoundDagFieldEvaluation(this.Syntax, field, input, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
626var fieldFetchEvaluation = new BoundDagFieldEvaluation(expr.Syntax, field, originalInput);