Base:
4 references to IsInvalid
System.Net.Security (4)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (2)
571if (((readBio is not null) && (readBio.IsInvalid || writeBio!.IsInvalid)) || handle.IsInvalid)
System\Net\Security\TlsSession.OpenSsl.cs (2)
140if (_peekBio.IsInvalid) 212if (_peekBio is null || _peekBio.IsInvalid)