4 writes to _count
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (4)
72
_count
= map._count;
101
_count
= result.CountAdjustment; // offset from 0
621
_count
= 0;
707
_count
+= result.CountAdjustment;
2 references to _count
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (2)
142
get { return
_count
; }
508
return _immutable ??= ImmutableDictionary<TKey, TValue>.Wrap(_root, _comparers,
_count
);