4 writes to _index
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
68_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)
55public int Index { get { return _index; } }