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)
553if (_PinnableOutputBufferInUse == null) // The output buffer is not in use 628if (buffer == _PinnableOutputBufferInUse) // Did we put it in use?