1 write to _allArgs
Microsoft.DotNet.Cli.Utils (1)
ForwardingAppImplementation.cs (1)
64
_allArgs
= allArgs.ToArray();
1 reference to _allArgs
Microsoft.DotNet.Cli.Utils (1)
ForwardingAppImplementation.cs (1)
77
Arguments = ArgumentEscaper.EscapeAndConcatenateArgArrayForProcessStart(
_allArgs
),