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