4 references to _testNodeProgressStates
dotnet (4)
Commands\Test\MTP\Terminal\TestNodeResultsState.cs (4)
17public int Count => _testNodeProgressStates.Count; 31_testNodeProgressStates[key] = new TestDetailState(id, stopwatch, name); 38_testNodeProgressStates.TryRemove(key, out _); 45var sortedDetails = _testNodeProgressStates