3 writes to _willBlock
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (2)
420_willBlock = current; 3647socket._willBlock = _willBlock;
System\Net\Sockets\Socket.Unix.cs (1)
275_willBlock = source._willBlock;
9 references to _willBlock
System.Net.Sockets (9)
System\Net\Sockets\Socket.cs (8)
402return _willBlock; 408if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"value:{value} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 3277if (!_willBlock || !_willBlockInternal) 3565current = _willBlock; 3590if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"errorCode:{errorCode} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 3647socket._willBlock = _willBlock; 3651socket.InternalSetBlocking(_willBlock); 3801if (_willBlock && !_willBlockInternal)
System\Net\Sockets\Socket.Unix.cs (1)
275_willBlock = source._willBlock;