3 writes to _willBlock
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (2)
428_willBlock = current; 3819socket._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)
410return _willBlock; 416if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"value:{value} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 3433if (!_willBlock || !_willBlockInternal) 3737current = _willBlock; 3762if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"errorCode:{errorCode} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 3819socket._willBlock = _willBlock; 3823socket.InternalSetBlocking(_willBlock); 3973if (_willBlock && !_willBlockInternal)
System\Net\Sockets\Socket.Unix.cs (1)
266_willBlock = source._willBlock;