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