1 write to _count
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
58_count = count;
5 references to _count
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
72_count = map._count;
System\Collections\Immutable\ImmutableDictionary_2.cs (3)
133get { return _count; } 358int count = _count; 442return new ImmutableDictionary<TKey, TValue>(_root, comparers, _count);
System\Collections\Immutable\ImmutableDictionary_2.MutationResult.cs (1)
72return priorMap.Wrap(this.Root, priorMap._count + this.CountAdjustment);