1 write to _exceptionAttributes
Aspire.Dashboard (1)
Components\Controls\StructuredLogDetails.razor.cs (1)
102
_exceptionAttributes
= [];
3 references to _exceptionAttributes
Aspire.Dashboard (3)
Components\Controls\StructuredLogDetails.razor.cs (2)
39
_exceptionAttributes
.Where(ApplyFilter).AsQueryable();
103
MoveAttributes(attributes,
_exceptionAttributes
, a => a.Name.StartsWith("exception.", StringComparison.OrdinalIgnoreCase));
Components_Controls_StructuredLogDetails_razor.g.cs (1)
716
if (
_exceptionAttributes
.Count > 0)