6 references to GetAllArguments
dotnet (2)
Commands\MSBuild\MSBuildForwardingApp.cs (2)
104public IEnumerable<string> MSBuildArguments { get { return _forwardingAppWithoutLogging.GetAllArguments(); } } 131internal string[] GetArgumentTokensToMSBuild() => _forwardingAppWithoutLogging.GetAllArguments();
dotnet-aot (2)
src\sdk\src\Cli\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());