9 references to GetResult
dotnet-format (2)
Commands\FormatWhitespaceCommand.cs (2)
43var binarylog = symbolResult.GetResult(BinarylogOption); 53var framework = symbolResult.GetResult(FrameworkOption);
dotnet-sourcelink (3)
Microsoft.DotNet.Cli.CommandLine (1)
ResultNavigationExtensions.cs (1)
89public static bool HasOption(this SymbolResult symbolResult, Option option) => symbolResult.GetResult(option) is OptionResult or && !or.Implicit;
System.CommandLine (3)
ParseResult.cs (1)
200_rootCommandResult.GetResult(option);
Parsing\SymbolResult.cs (2)
119if (GetResult(option) is { } result && 138=> GetResult(option) switch