4 writes to _willBlock
System.Net.Sockets (4)
System\Net\Sockets\Socket.cs (3)
135
_willBlock
= _willBlockInternal;
429
_willBlock
= current;
3838
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)
411
return
_willBlock
;
417
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"value:{value} willBlock:{
_willBlock
} willBlockInternal:{_willBlockInternal}");
3452
if (!
_willBlock
|| !_willBlockInternal)
3756
current =
_willBlock
;
3781
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"errorCode:{errorCode} willBlock:{
_willBlock
} willBlockInternal:{_willBlockInternal}");
3838
socket._willBlock =
_willBlock
;
3842
socket.InternalSetBlocking(
_willBlock
);
3992
if (
_willBlock
&& !_willBlockInternal)
System\Net\Sockets\Socket.Unix.cs (1)
266
_willBlock = source.
_willBlock
;