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