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