5 references to GetAllArguments
dotnet (3)
Commands\MSBuild\MSBuildForwardingApp.cs (3)
59
public IEnumerable<string> MSBuildArguments { get { return _forwardingAppWithoutLogging.
GetAllArguments
(); } }
83
internal string[] GetArgumentTokensToMSBuild() => _forwardingAppWithoutLogging.
GetAllArguments
();
100
string[] arguments = _forwardingAppWithoutLogging.
GetAllArguments
();
Microsoft.DotNet.Cli.Utils (2)
MSBuildForwardingAppWithoutLogging.cs (2)
77
GetAllArguments
(),
140
return ExecuteInProc(
GetAllArguments
());