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