2 references to CloneWithVerbosity
dotnet (2)
Commands\Restore\RestoringCommand.cs (1)
133restoreMSBuildArgs = restoreMSBuildArgs.CloneWithVerbosity(verbosity);
Commands\Run\RunCommand.cs (1)
380return msbuildArgs.CloneWithVerbosity(VerbosityOptions.quiet);