4 references to _pendingCommands
Aspire.Hosting.Browsers (4)
BrowserLogsCdpConnection.cs (4)
235_pendingCommands[commandId] = pendingCommand; 270_pendingCommands.TryRemove(commandId, out _); 311foreach (var pendingCommand in _pendingCommands.Values) 331if (_pendingCommands.TryGetValue(commandId, out var pendingCommand))