5 references to _testSessionEventCountPerSessionUid
dotnet (5)
Commands\Test\MTP\TestApplicationHandler.cs (5)
581_ = _testSessionEventCountPerSessionUid.TryGetValue(sessionUid, out var count); 583_testSessionEventCountPerSessionUid[sessionUid] = count; 589_ = _testSessionEventCountPerSessionUid.TryGetValue(sessionUid, out var count); 591_testSessionEventCountPerSessionUid[sessionUid] = count; 597foreach (var (testSessionStartCount, testSessionEndCount) in _testSessionEventCountPerSessionUid.Values)