6 writes to _count
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (6)
77
_count
= map.Count;
195
_count
++;
320
_count
= count;
436
_count
++;
457
_count
--;
494
_count
= 0;
2 references to _count
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (2)
120
get { return
_count
; }
643
return _immutable ??= Wrap(this.Root,
_count
, _keyComparer, _valueComparer);