3 references to TakeOption
dotnet (2)
Commands\Tool\Search\ToolSearchCommandParser.cs (1)
57command.Options.Add(TakeOption);
NugetSearch\NugetSearchApiParameter.cs (1)
36var take = GetParsedResultAsInt(parseResult, ToolSearchCommandParser.TakeOption);
dotnet.Tests (1)
CommandTests\Tool\Search\ToolSearchParserTests.cs (1)
38result.GetValue<string>(ToolSearchCommandParser.TakeOption).Should().Be("4");