5 writes to _pendingConnectRightEndPoint
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (4)
870
_pendingConnectRightEndPoint
= remoteEP;
2939
_pendingConnectRightEndPoint
= endPointSnapshot;
3384
_pendingConnectRightEndPoint
= endPointSnapshot;
3848
_pendingConnectRightEndPoint
= null;
System\Net\Sockets\Socket.Unix.cs (1)
293
_pendingConnectRightEndPoint
= source._pendingConnectRightEndPoint;
2 references to _pendingConnectRightEndPoint
System.Net.Sockets (2)
System\Net\Sockets\Socket.cs (1)
3847
_rightEndPoint ??=
_pendingConnectRightEndPoint
;
System\Net\Sockets\Socket.Unix.cs (1)
293
_pendingConnectRightEndPoint = source.
_pendingConnectRightEndPoint
;