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); 3764_willBlockInternal = willBlock;
System\Net\Sockets\Socket.Unix.cs (1)
289_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}"); 2826InternalSetBlocking(_willBlockInternal); 3438if (!_willBlock || !_willBlockInternal) 3767if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"errorCode:{errorCode} willBlock:{_willBlock} willBlockInternal:{_willBlockInternal}"); 3769current = _willBlockInternal; 3978if (_willBlock && !_willBlockInternal)
System\Net\Sockets\Socket.Unix.cs (1)
289_willBlockInternal = source._willBlockInternal;