2 references to Arguments
dotnet-aot (1)
parent\dotnet\Parser.cs (1)
480
var arguments = context.ParseResult.GetValue(format.
Arguments
) ?? [];
Microsoft.DotNet.Cli.Definitions (1)
Commands\Format\FormatCommandDefinition.cs (1)
19
base.Arguments.Add(
Arguments
);