1 write to _count
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
74_count = count;
8 references to _count
System.Collections.Immutable (8)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (8)
110get { return _count; } 249return this.Wrap(result, _count + 1); 260return this.Wrap(result, replacedExistingValue ? _count : _count + 1); 292return this.Wrap(result, _count - 1); 303int count = _count; 337return new ImmutableSortedDictionary<TKey, TValue>(_root, _count, _keyComparer, valueComparer); 789int count = _count;