4 writes to _count
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (4)
68
_count
= map._count;
97
_count
= result.CountAdjustment; // offset from 0
607
_count
= 0;
693
_count
+= result.CountAdjustment;
2 references to _count
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (2)
138
get { return
_count
; }
494
return _immutable ??= ImmutableDictionary<TKey, TValue>.Wrap(_root, _comparers,
_count
);