4 references to _layout
Aspire.Dashboard (4)
Components\Pages\TraceDetail.razor.cs (4)
415
Debug.Assert(
_layout
is not null);
416
await
_layout
.CloseMobileToolbarAsync();
559
if (
_layout
is not null)
561
await
_layout
.CloseMobileToolbarAsync();