3 writes to PreallocatedReadBio
System.Net.Security (3)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
554
options.
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)
540
SafeBioHandle? preallocatedReadBio = useFd ? options.
PreallocatedReadBio
: null;