4 instantiations of OutstandingOperationHelper
System (4)
net\System\Net\WebSockets\WebSocketBase.cs (4)
109m_CloseOutstandingOperationHelper = new OutstandingOperationHelper(); 110m_CloseOutputOutstandingOperationHelper = new OutstandingOperationHelper(); 111m_ReceiveOutstandingOperationHelper = new OutstandingOperationHelper(); 112m_SendOutstandingOperationHelper = new OutstandingOperationHelper();
4 references to OutstandingOperationHelper
System (4)
net\System\Net\WebSockets\WebSocketBase.cs (4)
32private readonly OutstandingOperationHelper m_CloseOutstandingOperationHelper; 33private readonly OutstandingOperationHelper m_CloseOutputOutstandingOperationHelper; 34private readonly OutstandingOperationHelper m_ReceiveOutstandingOperationHelper; 35private readonly OutstandingOperationHelper m_SendOutstandingOperationHelper;