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)
133
get { return
_count
; }
358
int count =
_count
;
442
return new ImmutableDictionary<TKey, TValue>(_root, comparers,
_count
);
System\Collections\Immutable\ImmutableDictionary_2.MutationResult.cs (1)
72
return priorMap.Wrap(this.Root, priorMap.
_count
+ this.CountAdjustment);