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