1 write to connectEx
System (1)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (1)
182connectEx = (ConnectExDelegate)Marshal.GetDelegateForFunctionPointer(ptrConnectEx, typeof(ConnectExDelegate));
3 references to connectEx
System (3)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (3)
78return (T)(object)connectEx; 174if (connectEx == null) 178if (connectEx == null)