8 references to TestExecutorPluginInformation
Microsoft.VisualStudio.TestPlatform.Common (8)
ExtensionFramework\TestExecutorExtensionManager.cs (2)
110TestPluginManager.GetSpecificTestExtensions<TestExecutorPluginInformation, ITestExecutor, ITestExecutorCapabilities, TestExecutorMetadata>( 153TestPluginManager.GetTestExtensions<TestExecutorPluginInformation, ITestExecutor, ITestExecutorCapabilities, TestExecutorMetadata>(
ExtensionFramework\Utilities\TestExtensions.cs (6)
35internal Dictionary<string, TestExecutorPluginInformation>? TestExecutors { get; set; } 260else if (type == typeof(TestExecutorPluginInformation)) 304else if (type == typeof(TestExecutorPluginInformation)) 345else if (type == typeof(TestExecutorPluginInformation)) 450else if (type == typeof(TestExecutorPluginInformation)) 452TestExecutors = (Dictionary<string, TestExecutorPluginInformation>)(object)testPluginInfos;