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