1 write to _shouldUsePackageSourceMapping
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
90_shouldUsePackageSourceMapping = shouldUsePackageSourceMapping;
3 references to _shouldUsePackageSourceMapping
dotnet (3)
NugetPackageDownloader\NuGetPackageDownloader.cs (3)
190if ((!_shouldUsePackageSourceMapping && !_firstPartyNuGetPackageSigningVerifier.Verify(new FilePath(nupkgPath), out commandOutput)) || 191(_shouldUsePackageSourceMapping && !FirstPartyNuGetPackageSigningVerifier.NuGetVerify(new FilePath(nupkgPath), out commandOutput, _currentWorkingDirectory))) 399if (_shouldUsePackageSourceMapping && packageSourceMapping?.IsEnabled == true)