1 write to BytesReceived
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
432BytesReceived = ParseUInt64AndClampToInt64(lineSpan[pieces[1]]),
1 reference to BytesReceived
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPInterfaceStatistics.cs (1)
31public override long BytesReceived { get { return _table.BytesReceived; } }