3 references to Adjustment
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
440if (result.CountType == CountType.Adjustment)
System\Collections\Immutable\ImmutableHashSet_1.MutationResult.cs (2)
55internal MutationResult(SortedInt32KeyNode<HashBucket> root, int count, CountType countType = ImmutableHashSet<T>.CountType.Adjustment) 98if (this.CountType == ImmutableHashSet<T>.CountType.Adjustment)