1 write to _selfRef
Aspire.Dashboard (1)
Model\TerminalWindowLauncher.cs (1)
116
_selfRef
= DotNetObjectReference.Create(this);
2 references to _selfRef
Aspire.Dashboard (2)
Model\TerminalWindowLauncher.cs (2)
121
await _module.InvokeVoidAsync("registerTerminalWindowButton", buttonId, _id,
_selfRef
, _navigationManager.BaseUri).ConfigureAwait(false);
218
_selfRef
?.Dispose();