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