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