2 references to OnShowPropertiesAsync
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
246
await
OnShowPropertiesAsync
(logEntryId, focusElementId: null);
315
return entry is null ? Task.CompletedTask :
OnShowPropertiesAsync
(entry, focusElementId);