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