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