1 write to _shouldUsePackageSourceMapping
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
121_shouldUsePackageSourceMapping = shouldUsePackageSourceMapping;
4 references to _shouldUsePackageSourceMapping
dotnet (4)
NugetPackageDownloader\NuGetPackageDownloader.cs (4)
281if ((!_shouldUsePackageSourceMapping && !_firstPartyNuGetPackageSigningVerifier.Verify(new FilePath(nupkgPath), out commandOutput)) || 282(_shouldUsePackageSourceMapping && !FirstPartyNuGetPackageSigningVerifier.NuGetVerify(new FilePath(nupkgPath), out commandOutput, _currentWorkingDirectory))) 520if (_shouldUsePackageSourceMapping) 526if (_shouldUsePackageSourceMapping && packageSourceMapping?.IsEnabled == true)