4 references to new
dotnet (1)
Commands\Tool\Search\ToolSearchCommand.cs (1)
29
NugetSearchApiParameter nugetSearchApiParameter =
new
(_parseResult);
dotnet.Tests (3)
CommandTests\Tool\Search\NugetSearchApiParameterTests.cs (3)
16
Action a = () => new
NugetSearchApiParameter
(result);
25
Action a = () => new
NugetSearchApiParameter
(result);
34
var result = new
NugetSearchApiParameter
(parseResult);