3 writes to PreallocatedReadBio
System.Net.Security (3)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
554options.PreallocatedReadBio = null;
System\Net\Security\TlsSession.OpenSsl.cs (2)
80_options.PreallocatedReadBio = _peekBio; 181_options.PreallocatedReadBio = _peekBio;
1 reference to PreallocatedReadBio
System.Net.Security (1)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
540SafeBioHandle? preallocatedReadBio = useFd ? options.PreallocatedReadBio : null;