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