7 references to FdNone
System (7)
net\System\Net\_SafeNetHandles.cs (1)
2616AsyncEventBits.FdNone);
net\System\Net\Sockets\Socket.cs (6)
103private AsyncEventBits m_BlockEventBits = AsyncEventBits.FdNone; 6271AsyncEventBits pendingAsync = AsyncEventBits.FdNone; 6272if (m_BlockEventBits != AsyncEventBits.FdNone) 7469errorCode = UnsafeNclNativeMethods.OSSOCK.WSAEventSelect(m_Handle, IntPtr.Zero, AsyncEventBits.FdNone); 7510GlobalLog.Assert(blockEventBits != AsyncEventBits.FdNone, "Socket#{0}::SetAsyncEventSelect|Use UnsetAsyncEventSelect for FdNone.", ValidationHelper.HashString(this)); 7511GlobalLog.Assert(m_BlockEventBits == AsyncEventBits.FdNone || m_BlockEventBits == blockEventBits, "Socket#{0}::SetAsyncEventSelect|Can't change from one active wait to another.", ValidationHelper.HashString(this));