1 instantiation of TestCollectionOrdererWrapper
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (1)
37TestCollectionOrderer = new TestCollectionOrdererWrapper(TestCollectionOrderer);
1 reference to TestCollectionOrdererWrapper
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (1)
44TestCollectionOrderer = ((TestCollectionOrdererWrapper)TestCollectionOrderer).Underlying;