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