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)
358List<TestListCategory> categories = 360TestListCategory.UncategorizedResults, 361TestListCategory.AllResults 732TestEntry te = new(testElement.Id, TestListCategory.UncategorizedResults.Id);