4 writes to _index
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
69
_index
= index;
System\Net\NetworkInformation\UnixNetworkInterface.cs (3)
87
_index
= addressInfo->InterfaceIndex;
96
_index
= addressInfo->InterfaceIndex;
108
_index
= llAddr->InterfaceIndex;
1 reference to _index
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\UnixNetworkInterface.cs (1)
55
public int Index { get { return
_index
; } }