1 write to m_PermittedRemoteAddress
System (1)
net\System\Net\Sockets\Socket.cs (1)
5947m_PermittedRemoteAddress = socketAddress;
2 references to m_PermittedRemoteAddress
System (2)
net\System\Net\Sockets\Socket.cs (2)
5911SocketAddress permittedRemoteAddress = m_PermittedRemoteAddress; 5946if (m_PermittedRemoteAddress == null || isOverwrite) {