1 write to _exceptionAttributes
Aspire.Dashboard (1)
Components\Controls\StructuredLogDetails.razor.cs (1)
79_exceptionAttributes = [];
2 references to _exceptionAttributes
Aspire.Dashboard (2)
Components\Controls\StructuredLogDetails.razor.cs (2)
26_exceptionAttributes.Where(ApplyFilter).AsQueryable(); 80MoveAttributes(attributes, _exceptionAttributes, a => a.Name.StartsWith("exception.", StringComparison.OrdinalIgnoreCase));