5 writes to _pendingConnectRightEndPoint
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (4)
870
_pendingConnectRightEndPoint
= remoteEP;
2947
_pendingConnectRightEndPoint
= endPointSnapshot;
3399
_pendingConnectRightEndPoint
= endPointSnapshot;
3863
_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)
3862
_rightEndPoint ??=
_pendingConnectRightEndPoint
;
System\Net\Sockets\Socket.Unix.cs (1)
271
_pendingConnectRightEndPoint = source.
_pendingConnectRightEndPoint
;