2 writes to _blocks
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\HeapBlockRetainer.cs (2)
23
_blocks
= new List<SafeHeapAllocHandle>();
79
_blocks
= null!;
3 references to _blocks
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\Windows\HeapBlockRetainer.cs (3)
31
_blocks
.Add(hBlock);
72
if (
_blocks
!= null)
74
foreach (SafeHeapAllocHandle h in
_blocks
)