2 writes to _PinnableOutputBufferInUse
System (2)
net\System\Net\SecureProtocols\_SslStream.cs (2)
559
_PinnableOutputBufferInUse
= buffer; // put it in use
631
_PinnableOutputBufferInUse
= null;
2 references to _PinnableOutputBufferInUse
System (2)
net\System\Net\SecureProtocols\_SslStream.cs (2)
553
if (
_PinnableOutputBufferInUse
== null) // The output buffer is not in use
628
if (buffer ==
_PinnableOutputBufferInUse
) // Did we put it in use?