5 references to _testSessionEventCountPerSessionUid
dotnet (5)
Commands\Test\MTP\TestApplicationHandler.cs (5)
439_ = _testSessionEventCountPerSessionUid.TryGetValue(sessionUid, out var count); 441_testSessionEventCountPerSessionUid[sessionUid] = count; 447_ = _testSessionEventCountPerSessionUid.TryGetValue(sessionUid, out var count); 449_testSessionEventCountPerSessionUid[sessionUid] = count; 455foreach (var (testSessionStartCount, testSessionEndCount) in _testSessionEventCountPerSessionUid.Values)