2 instantiations of TestListCategory
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\TestListCategory.cs (2)
69s_uncategorizedResults ??= new TestListCategory( 89s_allResults ??= new TestListCategory(
9 references to TestListCategory
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (9)
ObjectModel\TestListCategory.cs (5)
17private static TestListCategory? s_uncategorizedResults; 18private static TestListCategory? s_allResults; 61public static TestListCategory UncategorizedResults 81public static TestListCategory AllResults 135if (obj is not TestListCategory cat)
TrxLogger.cs (4)
406List<TestListCategory> categories = 408TestListCategory.UncategorizedResults, 409TestListCategory.AllResults 786TestEntry te = new(testElement.Id, TestListCategory.UncategorizedResults.Id);