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