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)
540node.Next = _head; 552Node? cur = _head; 614Node? current = _head; 633current.Next = _head; 664_expire = _head; 672if (prune == _head) 680Debug.Assert(_head is not null); 682Node current = _head;