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