3 writes to _head
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (3)
574
_head
= node;
634
_head
= current;
675
_head
= null;
8 references to _head
System.Security.Cryptography (8)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (8)
540
node.Next =
_head
;
552
Node? cur =
_head
;
614
Node? current =
_head
;
633
current.Next =
_head
;
664
_expire =
_head
;
672
if (prune ==
_head
)
680
Debug.Assert(
_head
is not null);
682
Node current =
_head
;