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