1 write to acceptEx
System (1)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (1)
149acceptEx = (AcceptExDelegate)Marshal.GetDelegateForFunctionPointer(ptrAcceptEx, typeof(AcceptExDelegate));
3 references to acceptEx
System (3)
net\System\Net\Sockets\_DynamicWinsockMethods.cs (3)
68return (T)(object)acceptEx; 141if (acceptEx == null) 145if (acceptEx == null)