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