9 references to MutationResult
System.Collections.Immutable (9)
System\Collections\Immutable\ImmutableHashSet_1.cs (9)
622return new MutationResult(origin.Root, 0); 627return new MutationResult(newRoot, 1 /*result == OperationResult.SizeChanged ? 1 : 0*/); 644return new MutationResult(origin.Root, 0); 650return new MutationResult(newRoot, result == OperationResult.SizeChanged ? -1 : 0); 690return new MutationResult(newRoot, count); 713return new MutationResult(newRoot, count); 796return new MutationResult(newSet, count, CountType.FinalValue); 826return new MutationResult(newRoot, count); 860return new MutationResult(result, count, CountType.FinalValue);