8 references to TestDiscovererPluginInformation
Microsoft.VisualStudio.TestPlatform.Common (8)
ExtensionFramework\TestDiscoveryExtensionManager.cs (2)
61TestPluginManager.GetSpecificTestExtensions<TestDiscovererPluginInformation, ITestDiscoverer, ITestDiscovererCapabilities, TestDiscovererMetadata>( 86TestPluginManager.GetTestExtensions<TestDiscovererPluginInformation, ITestDiscoverer, ITestDiscovererCapabilities, TestDiscovererMetadata>(
ExtensionFramework\Utilities\TestExtensions.cs (6)
25internal Dictionary<string, TestDiscovererPluginInformation>? TestDiscoverers { get; set; } 256if (type == typeof(TestDiscovererPluginInformation)) 300if (type == typeof(TestDiscovererPluginInformation)) 341if (type == typeof(TestDiscovererPluginInformation)) 446if (type == typeof(TestDiscovererPluginInformation)) 448TestDiscoverers = (Dictionary<string, TestDiscovererPluginInformation>)(object)testPluginInfos;