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); 3778_willBlockInternal = willBlock;
System\Net\Sockets\Socket.Unix.cs (1)
267_willBlockInternal = source._willBlockInternal;
8 references to _willBlockInternal
System.Net.Sockets (8)
System\Net\Sockets\Socket.cs (7)
135_willBlock = _willBlockInternal; 417if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"value:{value} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 2832InternalSetBlocking(_willBlockInternal); 3452if (!_willBlock || !_willBlockInternal) 3781if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"errorCode:{errorCode} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 3783current = _willBlockInternal; 3992if (_willBlock && !_willBlockInternal)
System\Net\Sockets\Socket.Unix.cs (1)
267_willBlockInternal = source._willBlockInternal;