5 references to _testSessionEventCountPerSessionUid
dotnet (5)
Commands\Test\MTP\TestApplicationHandler.cs (5)
237
_ =
_testSessionEventCountPerSessionUid
.TryGetValue(sessionUid, out var count);
239
_testSessionEventCountPerSessionUid
[sessionUid] = count;
245
_ =
_testSessionEventCountPerSessionUid
.TryGetValue(sessionUid, out var count);
247
_testSessionEventCountPerSessionUid
[sessionUid] = count;
253
foreach (var (testSessionStartCount, testSessionEndCount) in
_testSessionEventCountPerSessionUid
.Values)