3 references to _byOutcome
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\MTP\MtpProxyExecutionManager.cs (3)
397
_byOutcome
.TryGetValue(result.Outcome, out long count);
398
_byOutcome
[result.Outcome] = count + 1;
403
=> new(_executed, new Dictionary<TestOutcome, long>(
_byOutcome
));