5 references to IsLocal
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
309
if (repository.PackageSource.
IsLocal
)
NuGet.Commands (2)
SourcesCommands\SourceRunners.cs (2)
89
if (!newPackageSource.
IsLocal
&& !string.IsNullOrEmpty(args.ProtocolVersion))
314
if (!existingSource.
IsLocal
&& !string.IsNullOrEmpty(args.ProtocolVersion))
NuGet.PackageManagement (1)
PackageDownloader.cs (1)
90
if (source.PackageSource.
IsLocal
)
NuGet.Protocol (1)
Utility\FeedTypeUtility.cs (1)
39
else if (packageSource.
IsLocal
)