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