1 write to _shouldUsePackageSourceMapping
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
123
_shouldUsePackageSourceMapping
= shouldUsePackageSourceMapping;
4 references to _shouldUsePackageSourceMapping
dotnet (4)
NugetPackageDownloader\NuGetPackageDownloader.cs (4)
283
if ((!
_shouldUsePackageSourceMapping
&& !_firstPartyNuGetPackageSigningVerifier.Verify(new FilePath(nupkgPath), out commandOutput)) ||
284
(
_shouldUsePackageSourceMapping
&& !FirstPartyNuGetPackageSigningVerifier.NuGetVerify(new FilePath(nupkgPath), out commandOutput, _currentWorkingDirectory)))
512
if (
_shouldUsePackageSourceMapping
)
518
if (
_shouldUsePackageSourceMapping
&& packageSourceMapping?.IsEnabled == true)