3 writes to m_BufferHasBeenPinned
System (3)
net\System\Net\WebSockets\WebSocketBase.cs (3)
2091m_WebSocket.m_InternalBuffer.PinSendBuffer(buffer.Value, out m_BufferHasBeenPinned); 2106m_BufferHasBeenPinned = false; 2173m_WebSocket.m_InternalBuffer.PinSendBuffer(closeBuffer, out m_BufferHasBeenPinned);
2 references to m_BufferHasBeenPinned
System (2)
net\System\Net\WebSockets\WebSocketBase.cs (2)
2104if (m_BufferHasBeenPinned) 2116Contract.Assert(!m_BufferHasBeenPinned, "'m_BufferHasBeenPinned' MUST NOT be pinned at this point.");