2 writes to _terminalId
Aspire.Dashboard (2)
Components\Controls\TerminalView.razor.cs (2)
189
_terminalId
= await _jsModule.InvokeAsync<int>(
237
_terminalId
= 0;
17 references to _terminalId
Aspire.Dashboard (17)
Components\Controls\TerminalView.razor.cs (17)
100
if (
_terminalId
!= 0)
137
if (_initStarted &&
_terminalId
== 0)
221
if (_jsModule is null ||
_terminalId
== 0)
236
await _jsModule.InvokeVoidAsync("disposeTerminal",
_terminalId
);
246
_terminalId
,
281
if (
_terminalId
!= 0 && terminalId !=
_terminalId
)
305
if (_jsModule is null ||
_terminalId
== 0)
311
await _jsModule.InvokeVoidAsync("setFontSizeFromHost",
_terminalId
, fontPx);
325
if (_jsModule is null ||
_terminalId
== 0)
331
await _jsModule.InvokeVoidAsync("setSizeModeFromHost",
_terminalId
, sizeKey);
368
if (_jsModule is null ||
_terminalId
== 0)
374
await _jsModule.InvokeVoidAsync("refreshToolbarState",
_terminalId
);
391
if (_jsModule is null ||
_terminalId
== 0)
397
await _jsModule.InvokeVoidAsync("refreshLayout",
_terminalId
);
413
if (_jsModule is not null &&
_terminalId
!= 0)
417
await _jsModule.InvokeVoidAsync("disposeTerminal",
_terminalId
);