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