2 writes to _table
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\LinuxUdpStatistics.cs (2)
18_table = StringParsingHelpers.ParseUdpv4GlobalStatisticsFromSnmpFile(NetworkFiles.SnmpV4StatsFile); 23_table = StringParsingHelpers.ParseUdpv6GlobalStatisticsFromSnmp6File(NetworkFiles.SnmpV6StatsFile);
3 references to _table
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\LinuxUdpStatistics.cs (3)
28public override long DatagramsReceived { get { return _table.InDatagrams; } } 30public override long DatagramsSent { get { return _table.OutDatagrams; } } 35public override long IncomingDatagramsWithErrors { get { return _table.InErrors; } }