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