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