4 references to DiagOption
dotnet-aot (3)
parent\dotnet\Extensions\ParseResultExtensions.cs (2)
126.SkipWhile(arg => Parser.RootCommand.DiagOption.Name.Equals(arg) 127|| Parser.RootCommand.DiagOption.Aliases.Contains(arg)
parent\dotnet\Parser.cs (1)
92if (parseResult.GetValue(rootCommand.DiagOption) && parseResult.Tokens.Count == 1)
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
121Options.Add(DiagOption);