6 references to WSARecvMsgDelegate
System (6)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (4)
52private WSARecvMsgDelegate recvMsg; 90else if (typeof(T) == typeof(WSARecvMsgDelegate)) 216recvMsg = (WSARecvMsgDelegate)Marshal.GetDelegateForFunctionPointer(ptrWSARecvMsg, typeof(WSARecvMsgDelegate));
net\System\Net\Sockets\Socket.cs (2)
5779WSARecvMsgDelegate recvMsg = m_DynamicWinsockMethods.GetDelegate<WSARecvMsgDelegate>(socketHandle);