4 references to _testUidToResults
dotnet (4)
Commands\Test\MTP\Terminal\TestProgressState.cs (4)
59
if (
_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)));