7 references to SendBufferState
System (7)
net\System\Net\WebSockets\WebSocketBuffer.cs (7)
85
m_SendBufferState =
SendBufferState
.None;
199
int previousState = Interlocked.Exchange(ref m_SendBufferState,
SendBufferState
.SendPayloadSpecified);
201
if (previousState !=
SendBufferState
.None)
267
if (m_SendBufferState !=
SendBufferState
.SendPayloadSpecified)
281
if (m_SendBufferState !=
SendBufferState
.SendPayloadSpecified)
303
int previousState = Interlocked.Exchange(ref m_SendBufferState,
SendBufferState
.None);
305
if (previousState !=
SendBufferState
.SendPayloadSpecified)