1 instantiation of TestCategoryItem
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestCategoryItems.cs (1)
140Add(new TestCategoryItem(item));
6 references to TestCategoryItem
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (6)
ObjectModel\TestCategoryItems.cs (6)
63if (other is not TestCategoryItem otherItem) 112internal sealed class TestCategoryItemCollection : EqtBaseCollection<TestCategoryItem> 147public override void Add(TestCategoryItem item) 169foreach (TestCategoryItem item in this) 188foreach (TestCategoryItem item in this) 224foreach (TestCategoryItem item in this)