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