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