6 references to VerbosityOption
dotnet (6)
Commands\Test\MTP\MSBuildUtility.cs (3)
106
parseResult.HasOption(TestCommandParser.
VerbosityOption
) ? parseResult.GetValue(TestCommandParser.
VerbosityOption
) : null,
126
var parsedMSBuildArgs = MSBuildArgs.AnalyzeMSBuildArguments(msbuildArgs, CommonOptions.PropertiesOption, CommonOptions.RestorePropertiesOption, TestCommandParser.MTPTargetOption, TestCommandParser.
VerbosityOption
);
Commands\Test\TestCommandParser.cs (2)
255
command.Options.Add(
VerbosityOption
);
304
command.Options.Add(
VerbosityOption
);
Commands\Test\VSTest\TestCommand.cs (1)
227
TestCommandParser.
VerbosityOption
);