6 references to GetAllArguments
dotnet (3)
Commands\MSBuild\MSBuildForwardingApp.cs (3)
60public IEnumerable<string> MSBuildArguments { get { return _forwardingAppWithoutLogging.GetAllArguments(); } } 84internal string[] GetArgumentTokensToMSBuild() => _forwardingAppWithoutLogging.GetAllArguments(); 104string[] arguments = _forwardingAppWithoutLogging.GetAllArguments();
dotnet.Tests (1)
CommandTests\MSBuild\DotnetMsbuildInProcTests.cs (1)
66return forwardingAppWithoutLogging?.GetAllArguments();
Microsoft.DotNet.Cli.Utils (2)
MSBuildForwardingAppWithoutLogging.cs (2)
85GetAllArguments(), 147return ExecuteInProc(GetAllArguments());