2 writes to InReceives
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (2)
280InReceives = parser.ParseNextInt64(), 308InReceives = reader.GetNextValueAsInt64("Ip6InReceives"),
1 reference to InReceives
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
79public override long ReceivedPackets { get { return _table.InReceives; } }