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