1 write to IsLengthOrCount
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5479this.IsLengthOrCount = isLengthOrCount;
9 references to IsLengthOrCount
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder.cs (3)
505Debug.Assert(input.Source is BoundDagPropertyEvaluation { IsLengthOrCount: true }); 1177Debug.Assert(e.IsLengthOrCount); 2216if (test.Input.Source is BoundDagPropertyEvaluation { IsLengthOrCount: true } e)
Binder\PatternExplainer.cs (1)
380if (evaluations[0] is BoundDagPropertyEvaluation { IsLengthOrCount: true } lengthOrCount)
Generated\BoundNodes.xml.Generated.cs (4)
5490if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.Property) || isLengthOrCount != this.IsLengthOrCount || input != this.Input) 11620return node.Update(node.Property, node.IsLengthOrCount, input); 13691return node.Update(property, node.IsLengthOrCount, input); 16205new TreeDumperNode("isLengthOrCount", node.IsLengthOrCount, null),
Utilities\ValueSetFactory.cs (1)
66if (input.Source is BoundDagPropertyEvaluation { IsLengthOrCount: true })