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