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