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