1 write to _workingChain
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (1)
694_workingChain = workingChain;
4 references to _workingChain
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (4)
74_workingChain?.Dispose(); 660if (_workingChain != null) 662return _workingChain; 700WorkingChain? workingChain = _workingChain;