5 references to _testSessionEventCountPerSessionUid
dotnet (5)
Commands\Test\MTP\TestApplicationHandler.cs (5)
237_ = _testSessionEventCountPerSessionUid.TryGetValue(sessionUid, out var count); 239_testSessionEventCountPerSessionUid[sessionUid] = count; 245_ = _testSessionEventCountPerSessionUid.TryGetValue(sessionUid, out var count); 247_testSessionEventCountPerSessionUid[sessionUid] = count; 253foreach (var (testSessionStartCount, testSessionEndCount) in _testSessionEventCountPerSessionUid.Values)