1 write to Underlying
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (1)
587Underlying = underlying;
2 references to Underlying
Microsoft.VisualStudio.Extensibility.Testing.Xunit (2)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (2)
44TestCollectionOrderer = ((TestCollectionOrdererWrapper)TestCollectionOrderer).Underlying; 594var collections = Underlying.OrderTestCollections(testCollections).ToArray();