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