6 references to WSARecvMsgDelegate_Blocking
System (6)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (4)
53private WSARecvMsgDelegate_Blocking recvMsg_Blocking; 95else if (typeof(T) == typeof(WSARecvMsgDelegate_Blocking)) 217recvMsg_Blocking = (WSARecvMsgDelegate_Blocking)Marshal.GetDelegateForFunctionPointer(ptrWSARecvMsg, 218typeof(WSARecvMsgDelegate_Blocking));
net\System\Net\Sockets\Socket.cs (2)
5787WSARecvMsgDelegate_Blocking recvMsg_Blocking = m_DynamicWinsockMethods.GetDelegate<WSARecvMsgDelegate_Blocking>(m_Handle);