2 references to TestLoggerOptionName
dotnet (1)
Telemetry\TelemetryFilter.cs (1)
117optionsToLog: [VSTestCommandDefinition.TestPlatformOptionName, VSTestCommandDefinition.TestFrameworkOptionName, VSTestCommandDefinition.TestLoggerOptionName]
Microsoft.DotNet.Cli.Definitions (1)
Commands\VSTest\VSTestCommandDefinition.cs (1)
23public readonly Option<string[]> TestLoggerOption = new(TestLoggerOptionName);