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