1 write to IsLengthOrCount
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5522
this.
IsLengthOrCount
= isLengthOrCount;
12 references to IsLengthOrCount
Microsoft.CodeAnalysis.CSharp (12)
Binder\DecisionDagBuilder.cs (5)
923
Debug.Assert(input.Source is BoundDagPropertyEvaluation {
IsLengthOrCount
: true });
1893
Debug.Assert(e.
IsLengthOrCount
);
3515
if (test.Input.Source is BoundDagPropertyEvaluation {
IsLengthOrCount
: true } e)
4174
Debug.Assert(Input.Source is not BoundDagPropertyEvaluation {
IsLengthOrCount
: true } e ||
4989
if (input.Source is BoundDagPropertyEvaluation {
IsLengthOrCount
: true } lengthEvaluation &&
Binder\PatternExplainer.cs (1)
463
if (evaluations[0] is BoundDagPropertyEvaluation {
IsLengthOrCount
: true } lengthOrCount)
BoundTree\BoundDagEvaluation.cs (1)
182
return Update(Property,
IsLengthOrCount
, input);
Generated\BoundNodes.xml.Generated.cs (4)
5533
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.Property) || isLengthOrCount != this.
IsLengthOrCount
|| input != this.Input)
12037
return node.Update(property, node.
IsLengthOrCount
, input);
14193
return node.Update(property, node.
IsLengthOrCount
, input);
16743
new TreeDumperNode("isLengthOrCount", node.
IsLengthOrCount
, null),
Utilities\ValueSetFactory.cs (1)
67
if (input.Source is BoundDagPropertyEvaluation {
IsLengthOrCount
: true })