1 write to m_ShouldCloseOutput
System (1)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (1)
994m_ShouldCloseOutput = true;
6 references to m_ShouldCloseOutput
System (6)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (6)
902Contract.Assert(!m_ShouldCloseOutput, "'m_ShouldCloseOutput' MUST be 'false' at this point."); 915get { return m_ShouldCloseOutput; } 1110Contract.Assert(!m_ShouldCloseOutput, "'m_ShouldCloseOutput' MUST be 'false' at this point."); 1130Contract.Assert(m_ShouldCloseOutput || m_Buffer != null || m_BufferList != null, "Either 'm_Buffer' or 'm_BufferList' MUST NOT be NULL."); 1149Contract.Assert(m_ShouldCloseOutput, "'m_ShouldCloseOutput' MUST be 'true' at this point."); 1253if (m_ShouldCloseOutput)