5 references to _pending
Microsoft.TestPlatform.CrossPlatEngine (5)
Client\MTP\MtpServerConnection.cs (5)
133
_pending
[id] = tcs;
152
_pending
.TryRemove(id, out _);
266
if (id is int responseId &&
_pending
.TryGetValue(responseId, out var tcs))
391
foreach (var kvp in
_pending
)
396
_pending
.Clear();