8 references to CountType
System.Collections.Immutable (8)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
440if (result.CountType == CountType.Adjustment)
System\Collections\Immutable\ImmutableHashSet_1.cs (2)
808return new MutationResult(newSet, count, CountType.FinalValue); 872return new MutationResult(result, count, CountType.FinalValue);
System\Collections\Immutable\ImmutableHashSet_1.MutationResult.cs (5)
47private readonly CountType _countType; 55internal MutationResult(SortedInt32KeyNode<HashBucket> root, int count, CountType countType = ImmutableHashSet<T>.CountType.Adjustment) 84internal CountType CountType 98if (this.CountType == ImmutableHashSet<T>.CountType.Adjustment)