4 references to CountAdjustment
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (3)
101_count = result.CountAdjustment; // offset from 0 707_count += result.CountAdjustment; 708return result.CountAdjustment != 0;
System\Collections\Immutable\ImmutableDictionary_2.MutationResult.cs (1)
72return priorMap.Wrap(this.Root, priorMap._count + this.CountAdjustment);