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