2 writes to willBlockInternal
System (2)
net\System\Net\Sockets\Socket.cs (2)
6802
willBlockInternal
= intBlocking==0;
7578
willBlockInternal
= false;
12 references to willBlockInternal
System (12)
net\System\Net\Sockets\Socket.cs (12)
518
GlobalLog.Print("Socket#" + ValidationHelper.HashString(this) + "::set_Blocking() value:" + value.ToString() + " willBlock:" + willBlock.ToString() + " willBlockInternal:" +
willBlockInternal
.ToString());
5244
GlobalLog.Assert(!
willBlockInternal
, "Socket#{0}::AcceptCallback|Socket should be in non-blocking state.", ValidationHelper.HashString(this));
5663
InternalSetBlocking(
willBlockInternal
);
6309
if (!willBlock || !
willBlockInternal
)
6763
GlobalLog.Enter("Socket#" + ValidationHelper.HashString(this) + "::InternalSetBlocking", "desired:" + desired.ToString() + " willBlock:" + willBlock.ToString() + " willBlockInternal:" +
willBlockInternal
.ToString());
6805
GlobalLog.Leave("Socket#" + ValidationHelper.HashString(this) + "::InternalSetBlocking", "errorCode:" + errorCode.ToString() + " willBlock:" + willBlock.ToString() + " willBlockInternal:" +
willBlockInternal
.ToString());
6806
current =
willBlockInternal
;
7458
GlobalLog.Enter("Socket#" + ValidationHelper.HashString(this) + "::UnsetAsyncEventSelect", "m_BlockEventBits:" + m_BlockEventBits.ToString() + " willBlockInternal:" +
willBlockInternal
.ToString());
7504
GlobalLog.Leave("Socket#" + ValidationHelper.HashString(this) + "::UnsetAsyncEventSelect", "m_BlockEventBits:" + m_BlockEventBits.ToString() + " willBlockInternal:" +
willBlockInternal
.ToString());
7509
GlobalLog.Enter("Socket#" + ValidationHelper.HashString(this) + "::SetAsyncEventSelect", "blockEventBits:" + blockEventBits.ToString() + " m_BlockEventBits:" + m_BlockEventBits.ToString() + " willBlockInternal:" +
willBlockInternal
.ToString());
7580
GlobalLog.Leave("Socket#" + ValidationHelper.HashString(this) + "::SetAsyncEventSelect", "m_BlockEventBits:" + m_BlockEventBits.ToString() + " willBlockInternal:" +
willBlockInternal
.ToString());
7619
if (willBlock && !
willBlockInternal
) {