2 types derived from EqtBaseCollection
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\TestCategoryItems.cs (1)
112internal sealed class TestCategoryItemCollection : EqtBaseCollection<TestCategoryItem>
ObjectModel\WorkItems.cs (1)
93internal sealed class WorkItemCollection : EqtBaseCollection<WorkItem>
1 instantiation of EqtBaseCollection
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Utility\Collection.cs (1)
132return new EqtBaseCollection<T>(this);
1 reference to EqtBaseCollection
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Utility\Collection.cs (1)
82protected EqtBaseCollection(EqtBaseCollection<T> other)