2 writes to
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (2)
509refErrors = ref workingChain[start]; 577refErrors = ref workingChain[i];
3 references to
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (3)
460workingChain[logDepth], 631workingChain[logDepth], 859workingChain?.LastError >= i ? (ErrorCollection?)workingChain[i] : null;