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