1 write to IsLengthOrCount
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5536this.IsLengthOrCount = isLengthOrCount;
10 references to IsLengthOrCount
Microsoft.CodeAnalysis.CSharp (10)
Binder\DecisionDagBuilder.cs (3)
550Debug.Assert(input.Source is BoundDagPropertyEvaluation { IsLengthOrCount: true }); 1388Debug.Assert(e.IsLengthOrCount); 2573if (test.Input.Source is BoundDagPropertyEvaluation { IsLengthOrCount: true } e)
Binder\PatternExplainer.cs (1)
420if (evaluations[0] is BoundDagPropertyEvaluation { IsLengthOrCount: true } lengthOrCount)
BoundTree\BoundDagEvaluation.cs (1)
174return Update(Property, IsLengthOrCount, input);
Generated\BoundNodes.xml.Generated.cs (4)
5547if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.Property) || isLengthOrCount != this.IsLengthOrCount || input != this.Input) 11886return node.Update(property, node.IsLengthOrCount, input); 14014return node.Update(property, node.IsLengthOrCount, input); 16530new TreeDumperNode("isLengthOrCount", node.IsLengthOrCount, null),
Utilities\ValueSetFactory.cs (1)
66if (input.Source is BoundDagPropertyEvaluation { IsLengthOrCount: true })