2 writes to Value
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (2)
534current.Value = value; 725Value = value;
7 references to Value
System.Security.Cryptography (7)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (7)
526if (current.Value.Expiration >= value.Expiration) 529ret = current.Value; 533toDispose = current.Value.CrlHandle; 566toDispose = cur.Value.CrlHandle; 599node.Value.CrlHandle.DangerousAddRef(ref ignore); 600value = node.Value; 701prune.Value.CrlHandle.Dispose();