3 references to _id
Aspire.Dashboard (3)
Model\TerminalWindowLauncher.cs (3)
121
await _module.InvokeVoidAsync("registerTerminalWindowButton", buttonId,
_id
, _selfRef, _navigationManager.BaseUri).ConfigureAwait(false);
134
await module.InvokeVoidAsync("adoptTerminalWindows",
_id
, keys).ConfigureAwait(false);
209
await module.InvokeVoidAsync("unregisterTerminalWindowButton",
_id
).ConfigureAwait(false);