4 references to CheckForNuGetInNuGetConfig
dotnet (1)
Commands\Tool\Search\ToolSearchCommand.cs (1)
23if (!PathUtility.CheckForNuGetInNuGetConfig())
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Tool\Search\ToolSearchCommand.cs (1)
23if (!PathUtility.CheckForNuGetInNuGetConfig())
Microsoft.TemplateEngine.Cli (2)
NuGet\NugetApiManager.cs (1)
37if (sourceFeed == null && DotNet.Cli.Utils.PathUtility.CheckForNuGetInNuGetConfig())
TemplatePackageCoordinator.cs (1)
448IEnumerable<PackageSource> packageSources = LoadNuGetSources(additionalSources, includeNuGetFeed: PathUtility.CheckForNuGetInNuGetConfig());