4 references to _layout
Aspire.Dashboard (4)
Components\Pages\TraceDetail.razor.cs (4)
419
Debug.Assert(
_layout
is not null);
420
await
_layout
.CloseMobileToolbarAsync();
563
if (
_layout
is not null)
565
await
_layout
.CloseMobileToolbarAsync();