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