3 writes to _willBlockInternal
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (2)
134LoadSocketTypeFromHandle(handle, out _addressFamily, out _socketType, out _protocolType, out _willBlockInternal, out _isListening, out bool isSocket); 3763_willBlockInternal = willBlock;
System\Net\Sockets\Socket.Unix.cs (1)
267_willBlockInternal = source._willBlockInternal;
7 references to _willBlockInternal
System.Net.Sockets (7)
System\Net\Sockets\Socket.cs (6)
416if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"value:{value} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 2824InternalSetBlocking(_willBlockInternal); 3437if (!_willBlock || !_willBlockInternal) 3766if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"errorCode:{errorCode} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 3768current = _willBlockInternal; 3977if (_willBlock && !_willBlockInternal)
System\Net\Sockets\Socket.Unix.cs (1)
267_willBlockInternal = source._willBlockInternal;