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