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));