4 references to GetAllArguments
dotnet (2)
Commands\MSBuild\MSBuildForwardingApp.cs (2)
103public IEnumerable<string> MSBuildArguments { get { return _forwardingAppWithoutLogging.GetAllArguments(); } } 122internal string[] GetArgumentTokensToMSBuild() => _forwardingAppWithoutLogging.GetAllArguments();
Microsoft.DotNet.Cli.Utils (2)
MSBuildForwardingAppWithoutLogging.cs (2)
120GetAllArguments(), 191return ExecuteInProc(GetAllArguments());