1 write to m_ReceiveOperation
System (1)
net\System\Net\WebSockets\WebSocketBase.cs (1)
1117m_ReceiveOperation = new WebSocketOperation.ReceiveOperation(this);
4 references to m_ReceiveOperation
System (4)
net\System\Net\WebSockets\WebSocketBase.cs (4)
243receiveResult = await m_ReceiveOperation.Process(buffer, linkedCancellationToken).SuppressContextFlow(); 893Task<WebSocketReceiveResult> receiveAsyncTask = m_ReceiveOperation.Process(closeMessageBuffer, 1111if (m_ReceiveOperation == null) 1115if (m_ReceiveOperation == null)