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