3 writes to _willBlock
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (2)
428
_willBlock
= current;
3824
socket.
_willBlock
= _willBlock;
System\Net\Sockets\Socket.Unix.cs (1)
288
_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}");
3438
if (!
_willBlock
|| !_willBlockInternal)
3742
current =
_willBlock
;
3767
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"errorCode:{errorCode} willBlock:{
_willBlock
} willBlockInternal:{_willBlockInternal}");
3824
socket._willBlock =
_willBlock
;
3828
socket.InternalSetBlocking(
_willBlock
);
3978
if (
_willBlock
&& !_willBlockInternal)
System\Net\Sockets\Socket.Unix.cs (1)
288
_willBlock = source.
_willBlock
;