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