2 writes to _count
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (2)
91_count = 1 + left._count + right._count; 766_count = 1 + _left._count + _right._count;
11 references to _count
System.Collections.Immutable (11)
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (11)
91_count = 1 + left._count + right._count; 140get { return _count; } 209if (index < _left._count) 214if (index > _left._count) 216return _right[index - _left._count - 1]; 239if (index < _left._count) 244if (index > _left._count) 246return ref _right.ItemRefUnchecked(index - _left._count - 1); 766_count = 1 + _left._count + _right._count;