6 writes to _count
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (6)
73
_count
= map.Count;
191
_count
++;
306
_count
= count;
422
_count
++;
443
_count
--;
480
_count
= 0;
2 references to _count
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (2)
116
get { return
_count
; }
629
return _immutable ??= Wrap(this.Root,
_count
, _keyComparer, _valueComparer);