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)) 452if (type == typeof(TestDiscovererPluginInformation)) 454TestDiscoverers = (Dictionary<string, TestDiscovererPluginInformation>)(object)testPluginInfos;