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