1 write to _allowList
NuGet.Packaging (1)
Signing\Verification\AllowListVerificationProvider.cs (1)
23_allowList = allowList;
3 references to _allowList
NuGet.Packaging (3)
Signing\Verification\AllowListVerificationProvider.cs (3)
41if (_allowList == null || _allowList.Count == 0) 49else if (!IsSignatureAllowed(signature, _allowList))