10 references to Count
System.Collections.Immutable (10)
System\Collections\Immutable\ImmutableHashSet_1.cs (10)
748
if (otherAsImmutableHashSet.Count != origin.
Count
)
755
if (otherAsImmutableHashSet.Count < origin.
Count
)
764
if (otherAsHashset.Count != origin.
Count
)
771
if (otherAsHashset.Count < origin.
Count
)
779
if (otherAsICollectionGeneric.Count < origin.
Count
)
787
if (otherSet.Count != origin.
Count
)
949
if (origin.
Count
>= otherSet.Count)
967
if (matches == origin.
Count
&& extraFound)
998
return origin.
Count
> matchCount;
1031
return matches == origin.
Count
;