2 references to AsyncEventBitsPos
System (2)
net\System\Net\Sockets\Internal.cs (1)
121
[MarshalAs(UnmanagedType.ByValArray, SizeConst = (int)
AsyncEventBitsPos
.FdMaxEvents)]
net\System\Net\Sockets\Socket.cs (1)
3034
errorCode = (SocketError) networkEvents.ErrorCodes[(int)
AsyncEventBitsPos
.FdConnectBit];