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