5 writes to _pendingConnectRightEndPoint
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (4)
868
_pendingConnectRightEndPoint
= remoteEP;
2934
_pendingConnectRightEndPoint
= endPointSnapshot;
3379
_pendingConnectRightEndPoint
= endPointSnapshot;
3843
_pendingConnectRightEndPoint
= null;
System\Net\Sockets\Socket.Unix.cs (1)
271
_pendingConnectRightEndPoint
= source._pendingConnectRightEndPoint;
2 references to _pendingConnectRightEndPoint
System.Net.Sockets (2)
System\Net\Sockets\Socket.cs (1)
3842
_rightEndPoint ??=
_pendingConnectRightEndPoint
;
System\Net\Sockets\Socket.Unix.cs (1)
271
_pendingConnectRightEndPoint = source.
_pendingConnectRightEndPoint
;