1 write to _contextAttributes
Aspire.Dashboard (1)
Components\Controls\StructuredLogDetails.razor.cs (1)
80_contextAttributes =
4 references to _contextAttributes
Aspire.Dashboard (4)
Components\Controls\StructuredLogDetails.razor.cs (4)
41_contextAttributes.Where(ApplyFilter).AsQueryable(); 86_contextAttributes.Add(new TelemetryPropertyViewModel { Name = "EventName", Key = KnownStructuredLogFields.EventNameField, Value = _viewModel.LogEntry.EventName }); 90_contextAttributes.Add(new TelemetryPropertyViewModel { Name = "TraceId", Key = KnownStructuredLogFields.TraceIdField, Value = _viewModel.LogEntry.TraceId }); 94_contextAttributes.Add(new TelemetryPropertyViewModel { Name = "SpanId", Key = KnownStructuredLogFields.SpanIdField, Value = _viewModel.LogEntry.SpanId });