1 write to _address
System.Net.Sockets (1)
System\Net\Sockets\IPPacketInformation.cs (1)
15_address = address;
6 references to _address
System.Net.Sockets (6)
System\Net\Sockets\IPPacketInformation.cs (6)
19public IPAddress Address => _address; 37(_address is null ? other._address is null : _address.Equals(other._address)); 40unchecked(_networkInterface.GetHashCode() * (int)0xA5555529) + (_address?.GetHashCode() ?? 0);