4 references to MutationResult
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.cs (4)
951return new MutationResult(newRoot, result == OperationResult.SizeChanged ? +1 : 0); 977return new MutationResult(newRoot, countAdjustment); 1001return new MutationResult(newRoot, countAdjustment); 1015return new MutationResult(newRoot, result == OperationResult.SizeChanged ? -1 : 0);