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