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