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