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