4 writes to _remoteCertificate
System.Net.Security (4)
System\Net\Security\TlsSession.cs (4)
358ref _remoteCertificate, 442_remoteCertificate = _externalPendingCert; 483_remoteCertificate = null; 488_remoteCertificate = null;
6 references to _remoteCertificate
System.Net.Security (6)
System\Net\Security\TlsSession.cs (6)
282if (_remoteCertificate is not null) 284return _remoteCertificate; 440if (_remoteCertificate is null) 481if (_remoteCertificate is not null && ReferenceEquals(_remoteCertificate, _externalPendingCert)) 487_remoteCertificate?.Dispose();