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