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