1 write to _count
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
76
_count
= count;
4 references to _count
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
71
_count = set.
_count
;
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
94
get { return
_count
; }
System\Collections\Immutable\ImmutableHashSet_1.MutationInput.cs (1)
48
_count = set.
_count
;
System\Collections\Immutable\ImmutableHashSet_1.MutationResult.cs (1)
100
count += priorSet.
_count
;