5 references to _testSessionEventCountPerSessionUid
dotnet-aot (5)
parent\dotnet\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)