3 writes to willBlock
System (3)
net\System\Net\Sockets\Socket.cs (3)
207willBlock = !socketInformation.IsNonBlocking; 536willBlock = current; 7352socket.willBlock = willBlock;
11 references to willBlock
System (11)
net\System\Net\Sockets\Socket.cs (11)
208InternalSetBlocking(willBlock); 511return willBlock; 518GlobalLog.Print("Socket#" + ValidationHelper.HashString(this) + "::set_Blocking() value:" + value.ToString() + " willBlock:" + willBlock.ToString() + " willBlockInternal:" + willBlockInternal.ToString()); 6309if (!willBlock || !willBlockInternal) 6763GlobalLog.Enter("Socket#" + ValidationHelper.HashString(this) + "::InternalSetBlocking", "desired:" + desired.ToString() + " willBlock:" + willBlock.ToString() + " willBlockInternal:" + willBlockInternal.ToString()); 6767current = willBlock; 6805GlobalLog.Leave("Socket#" + ValidationHelper.HashString(this) + "::InternalSetBlocking", "errorCode:" + errorCode.ToString() + " willBlock:" + willBlock.ToString() + " willBlockInternal:" + willBlockInternal.ToString()); 7352socket.willBlock = willBlock; 7359socket.InternalSetBlocking(willBlock); 7502InternalSetBlocking(willBlock); 7619if (willBlock && !willBlockInternal) {