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