7 references to TestLoggerPluginInformation
Microsoft.VisualStudio.TestPlatform.Common (7)
ExtensionFramework\TestLoggerExtensionManager.cs (1)
54TestPluginManager.GetSpecificTestExtensions<TestLoggerPluginInformation, ITestLogger, ITestLoggerCapabilities, TestLoggerMetadata>(
ExtensionFramework\Utilities\TestExtensions.cs (6)
65internal Dictionary<string, TestLoggerPluginInformation>? TestLoggers { get; set; } 268else if (type == typeof(TestLoggerPluginInformation)) 312else if (type == typeof(TestLoggerPluginInformation)) 353else if (type == typeof(TestLoggerPluginInformation)) 458else if (type == typeof(TestLoggerPluginInformation)) 460TestLoggers = (Dictionary<string, TestLoggerPluginInformation>)(object)testPluginInfos;