7 references to TestRuntimePluginInformation
Microsoft.VisualStudio.TestPlatform.Common (7)
ExtensionFramework\Utilities\TestExtensions.cs (6)
75internal Dictionary<string, TestRuntimePluginInformation>? TestHosts { get; set; } 276else if (type == typeof(TestRuntimePluginInformation)) 320else if (type == typeof(TestRuntimePluginInformation)) 361else if (type == typeof(TestRuntimePluginInformation)) 466else if (type == typeof(TestRuntimePluginInformation)) 468TestHosts = (Dictionary<string, TestRuntimePluginInformation>)(object)testPluginInfos;
Hosting\TestRunTimeExtensionManager.cs (1)
55TestPluginManager.GetSpecificTestExtensions<TestRuntimePluginInformation, ITestRuntimeProvider, ITestRuntimeCapabilities, TestRuntimeMetadata>(