1 instantiation of TestCategoryItemCollection
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestElement.cs (1)
48
_testCategories = new
TestCategoryItemCollection
();
4 references to TestCategoryItemCollection
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
Interfaces\ITestElement.cs (1)
18
TestCategoryItemCollection
TestCategories { get; }
ObjectModel\TestCategoryItems.cs (1)
205
if (obj is not
TestCategoryItemCollection
other)
ObjectModel\TestElement.cs (2)
34
protected
TestCategoryItemCollection
_testCategories;
163
public
TestCategoryItemCollection
TestCategories