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)
110
get { return
_count
; }
249
return this.Wrap(result,
_count
+ 1);
260
return this.Wrap(result, replacedExistingValue ?
_count
:
_count
+ 1);
292
return this.Wrap(result,
_count
- 1);
303
int count =
_count
;
337
return new ImmutableSortedDictionary<TKey, TValue>(_root,
_count
, _keyComparer, valueComparer);
789
int count =
_count
;