1 write to _networkInterface
System.Net.Sockets (1)
System\Net\Sockets\IPPacketInformation.cs (1)
16_networkInterface = networkInterface;
4 references to _networkInterface
System.Net.Sockets (4)
System\Net\Sockets\IPPacketInformation.cs (4)
21public int Interface => _networkInterface; 36_networkInterface == other._networkInterface && 40unchecked(_networkInterface.GetHashCode() * (int)0xA5555529) + (_address?.GetHashCode() ?? 0);