3 writes to _willBlockInternal
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (2)
134
LoadSocketTypeFromHandle(handle, out _addressFamily, out _socketType, out _protocolType, out
_willBlockInternal
, out _isListening, out bool isSocket);
3759
_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)
416
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"value:{value} willBlock:{_willBlock} willBlockInternal:{
_willBlockInternal
}");
2824
InternalSetBlocking(
_willBlockInternal
);
3433
if (!_willBlock || !
_willBlockInternal
)
3762
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"errorCode:{errorCode} willBlock:{_willBlock} willBlockInternal:{
_willBlockInternal
}");
3764
current =
_willBlockInternal
;
3973
if (_willBlock && !
_willBlockInternal
)
System\Net\Sockets\Socket.Unix.cs (1)
267
_willBlockInternal = source.
_willBlockInternal
;