4 references to BoundDagPropertyEvaluation
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (2)
340
var lengthEvaluation = new
BoundDagPropertyEvaluation
(syntax, getLengthProperty, isLengthOrCount: true, OriginalInput(valueAsITuple, getLengthProperty));
621
evaluation = new
BoundDagPropertyEvaluation
(member.Syntax, property, isLengthOrCount, OriginalInput(input, property));
Binder\DecisionDagBuilder_ListPatterns.cs (1)
41
var lengthEvaluation = new
BoundDagPropertyEvaluation
(syntax, lengthProperty, isLengthOrCount: true, input);
Generated\BoundNodes.xml.Generated.cs (1)
5492
var result = new
BoundDagPropertyEvaluation
(this.Syntax, property, isLengthOrCount, input, this.HasErrors);