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