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