3 writes to ExposedHandleOrUntrackedConfiguration
System.Net.Sockets (3)
System\Net\Sockets\SafeSocketHandle.Unix.cs (3)
47
target.
ExposedHandleOrUntrackedConfiguration
= ExposedHandleOrUntrackedConfiguration;
54
internal void SetExposed() =>
ExposedHandleOrUntrackedConfiguration
= true;
101
ExposedHandleOrUntrackedConfiguration
= true;
2 references to ExposedHandleOrUntrackedConfiguration
System.Net.Sockets (2)
System\Net\Sockets\SafeSocketHandle.Unix.cs (1)
47
target.ExposedHandleOrUntrackedConfiguration =
ExposedHandleOrUntrackedConfiguration
;
System\Net\Sockets\Socket.Unix.cs (1)
50
if (_handle.
ExposedHandleOrUntrackedConfiguration
&& (isMultiEndpoint || _handle.LastConnectFailed))