2 references to AllProperties
Aspire.Dashboard (2)
Components\Controls\SpanDetails.razor.cs (1)
39ViewModel.Span.Source.AllProperties().Select(p => new TelemetryPropertyViewModel { Name = p.DisplayName, Key = p.Key, Value = p.Value })
Components\Controls\StructuredLogDetails.razor.cs (1)
32ViewModel.LogEntry.ApplicationView.AllProperties().Select(p => new TelemetryPropertyViewModel { Name = p.DisplayName, Key = p.Key, Value = p.Value })