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