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;
259
foreach (var (testSessionStartCount, testSessionEndCount) in
_testSessionEventCountPerSessionUid
.Values)