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