4 writes to _remoteCertificate
System.Net.Security (4)
System\Net\Security\TlsSession.cs (4)
364ref _remoteCertificate, 448_remoteCertificate = _externalPendingCert; 489_remoteCertificate = null; 494_remoteCertificate = null;
6 references to _remoteCertificate
System.Net.Security (6)
System\Net\Security\TlsSession.cs (6)
288if (_remoteCertificate is not null) 290return _remoteCertificate; 446if (_remoteCertificate is null) 487if (_remoteCertificate is not null && ReferenceEquals(_remoteCertificate, _externalPendingCert)) 493_remoteCertificate?.Dispose();