3 references to MutationResult
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableDictionary_2.cs (3)
944return new MutationResult(newRoot, result == OperationResult.SizeChanged ? +1 : 0); 970return new MutationResult(newRoot, countAdjustment); 984return new MutationResult(newRoot, result == OperationResult.SizeChanged ? -1 : 0);