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