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); 3587_willBlockInternal = willBlock;
System\Net\Sockets\Socket.Unix.cs (1)
276_willBlockInternal = source._willBlockInternal;
7 references to _willBlockInternal
System.Net.Sockets (7)
System\Net\Sockets\Socket.cs (6)
408if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"value:{value} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 2667InternalSetBlocking(_willBlockInternal); 3277if (!_willBlock || !_willBlockInternal) 3590if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"errorCode:{errorCode} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 3592current = _willBlockInternal; 3801if (_willBlock && !_willBlockInternal)
System\Net\Sockets\Socket.Unix.cs (1)
276_willBlockInternal = source._willBlockInternal;