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