5 references to Count
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableHashSet_1.cs (5)
747
if (origin.
Count
!= otherSet.Count)
884
if (origin.
Count
>= otherSet.Count)
902
if (matches == origin.
Count
&& extraFound)
933
return origin.
Count
> matchCount;
966
return matches == origin.
Count
;