1 write to _navigationManager
Aspire.Dashboard (1)
Model\TerminalWindowLauncher.cs (1)
100_navigationManager = navigationManager;
2 references to _navigationManager
Aspire.Dashboard (2)
Model\TerminalWindowLauncher.cs (2)
117var moduleUri = new Uri(new Uri(_navigationManager.BaseUri), _modulePath); 121await _module.InvokeVoidAsync("registerTerminalWindowButton", buttonId, _id, _selfRef, _navigationManager.BaseUri).ConfigureAwait(false);