5 references to _testSessionEventCountPerSessionUid
dotnet (5)
Commands\Test\MTP\TestApplicationHandler.cs (5)
439
_ =
_testSessionEventCountPerSessionUid
.TryGetValue(sessionUid, out var count);
441
_testSessionEventCountPerSessionUid
[sessionUid] = count;
447
_ =
_testSessionEventCountPerSessionUid
.TryGetValue(sessionUid, out var count);
449
_testSessionEventCountPerSessionUid
[sessionUid] = count;
455
foreach (var (testSessionStartCount, testSessionEndCount) in
_testSessionEventCountPerSessionUid
.Values)