5 references to GetSupportedInstances
Microsoft.VisualStudio.Extensibility.Testing.Xunit (5)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeFactDiscoverer.cs (1)
35foreach (var supportedInstance in GetSupportedInstances(testMethod, factAttribute))
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeTheoryDiscoverer.cs (4)
20foreach (var supportedInstance in IdeFactDiscoverer.GetSupportedInstances(testMethod, theoryAttribute)) 32foreach (var supportedInstance in IdeFactDiscoverer.GetSupportedInstances(testMethod, theoryAttribute)) 40foreach (var supportedInstance in IdeFactDiscoverer.GetSupportedInstances(testMethod, theoryAttribute)) 52foreach (var supportedInstance in IdeFactDiscoverer.GetSupportedInstances(testMethod, theoryAttribute))