8 references to TestExecutorPluginInformation2
Microsoft.VisualStudio.TestPlatform.Common (8)
ExtensionFramework\TestExecutorExtensionManager.cs (2)
116TestPluginManager.GetSpecificTestExtensions<TestExecutorPluginInformation2, ITestExecutor2, ITestExecutorCapabilities, TestExecutorMetadata>( 159TestPluginManager.GetTestExtensions<TestExecutorPluginInformation2, ITestExecutor2, ITestExecutorCapabilities, TestExecutorMetadata>(
ExtensionFramework\Utilities\TestExtensions.cs (6)
45internal Dictionary<string, TestExecutorPluginInformation2>? TestExecutors2 { get; set; } 264else if (type == typeof(TestExecutorPluginInformation2)) 308else if (type == typeof(TestExecutorPluginInformation2)) 349else if (type == typeof(TestExecutorPluginInformation2)) 454else if (type == typeof(TestExecutorPluginInformation2)) 456TestExecutors2 = (Dictionary<string, TestExecutorPluginInformation2>)(object)testPluginInfos;