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