4 writes to _willBlock
System.Net.Sockets (4)
System\Net\Sockets\Socket.cs (3)
135_willBlock = _willBlockInternal; 430_willBlock = current; 3839socket._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)
412return _willBlock; 418if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"value:{value} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 3453if (!_willBlock || !_willBlockInternal) 3757current = _willBlock; 3782if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"errorCode:{errorCode} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 3839socket._willBlock = _willBlock; 3843socket.InternalSetBlocking(_willBlock); 3993if (_willBlock && !_willBlockInternal)
System\Net\Sockets\Socket.Unix.cs (1)
266_willBlock = source._willBlock;