1 write to address
System (1)
net\System\Net\Sockets\IPPacketInformation.cs (1)
17this.address = address;
4 references to address
System (4)
net\System\Net\Sockets\IPPacketInformation.cs (4)
23return address; 53if (address.Equals(obj.address) && networkInterface == obj.networkInterface) 60return address.GetHashCode() + networkInterface.GetHashCode();