3 references to BufferedDataChunksAvailable
System (3)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (3)
234if (m_InputStream.BufferedDataChunksAvailable) 237if (m_InputStream.BufferedDataChunksAvailable && dataRead == eventArgs.Count) 244Contract.Assert(!m_InputStream.BufferedDataChunksAvailable, "'m_InputStream.BufferedDataChunksAvailable' MUST BE 'FALSE' at this point.");