1 write to _dataGrid
Aspire.Dashboard (1)
Components_Pages_StructuredLogs_razor.g.cs (1)
1860
_dataGrid
5 references to _dataGrid
Aspire.Dashboard (5)
Components\Pages\StructuredLogs.razor.cs (5)
305
await InvokeAsync(
_dataGrid
.SafeRefreshDataAsync);
408
await InvokeAsync(
_dataGrid
.SafeRefreshDataAsync);
447
if (
_dataGrid
!= null && FluentDataGridHelper<OtlpLogEntry>.TrySetMaxItemCount(
_dataGrid
, 10_000))
541
await InvokeAsync(
_dataGrid
.SafeRefreshDataAsync);