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