8 references to Count
System.Collections.Immutable (8)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (1)
78get { return this.Root.Count; }
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
117get { return _root.Count; }
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (6)
206Requires.Range(index >= 0 && index < this.Count, nameof(index)); 230Requires.Range(index >= 0 && index < this.Count, nameof(index)); 310Requires.Range(array.Length >= arrayIndex + this.Count, nameof(arrayIndex)); 324Requires.Range(array.Length >= arrayIndex + this.Count, nameof(arrayIndex)); 535return _left.Count; 546result = _left.Count + 1 + result;