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)
142get { return _count; } 508return _immutable ??= ImmutableDictionary<TKey, TValue>.Wrap(_root, _comparers, _count);