5 writes to _pendingConnectRightEndPoint
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (4)
868
_pendingConnectRightEndPoint
= remoteEP;
2938
_pendingConnectRightEndPoint
= endPointSnapshot;
3383
_pendingConnectRightEndPoint
= endPointSnapshot;
3847
_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)
3846
_rightEndPoint ??=
_pendingConnectRightEndPoint
;
System\Net\Sockets\Socket.Unix.cs (1)
271
_pendingConnectRightEndPoint = source.
_pendingConnectRightEndPoint
;