3 writes to _willBlock
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (2)
428
_willBlock
= current;
3830
socket.
_willBlock
= _willBlock;
System\Net\Sockets\Socket.Unix.cs (1)
266
_willBlock
= source._willBlock;
9 references to _willBlock
System.Net.Sockets (9)
System\Net\Sockets\Socket.cs (8)
410
return
_willBlock
;
416
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"value:{value} willBlock:{
_willBlock
} willBlockInternal:{_willBlockInternal}");
3444
if (!
_willBlock
|| !_willBlockInternal)
3748
current =
_willBlock
;
3773
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"errorCode:{errorCode} willBlock:{
_willBlock
} willBlockInternal:{_willBlockInternal}");
3830
socket._willBlock =
_willBlock
;
3834
socket.InternalSetBlocking(
_willBlock
);
3984
if (
_willBlock
&& !_willBlockInternal)
System\Net\Sockets\Socket.Unix.cs (1)
266
_willBlock = source.
_willBlock
;