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