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