4 references to _testUidToResults
dotnet (4)
Commands\Test\MTP\Terminal\TestProgressState.cs (4)
59if (_testUidToResults.TryGetValue(testNodeUid, out var value)) 67_testUidToResults[testNodeUid] = incrementTestNodeInfoEntry(value); 79_testUidToResults[testNodeUid] = incrementTestNodeInfoEntry((Passed: 0, Skipped: 0, Failed: 0, LastAttemptNumber: currentAttemptNumber)); 90_testUidToResults.Add(testNodeUid, incrementTestNodeInfoEntry((Passed: 0, Skipped: 0, Failed: 0, LastAttemptNumber: currentAttemptNumber)));