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