2 references to _customAttributes
Aspire.Dashboard.Tests (2)
AssemblyExtensionsTests.cs (2)
81
_customAttributes
.Add(attribute);
91
return
_customAttributes
.Where(a => a.GetType() == attributeType).ToArray();