2 writes to m_OperationsOutstanding
System (2)
net\System\Net\WebSockets\WebSocketBase.cs (2)
2355
int operationsOutstanding = ++
m_OperationsOutstanding
;
2380
--
m_OperationsOutstanding
;
2 references to m_OperationsOutstanding
System (2)
net\System\Net\WebSockets\WebSocketBase.cs (2)
2381
Contract.Assert(
m_OperationsOutstanding
>= 0, "'m_OperationsOutstanding' must never be smaller than 0.");
2423
if (
m_OperationsOutstanding
== 0)