1 write to ErrorsTransmitted
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
443ErrorsTransmitted = ParseUInt64AndClampToInt64(lineSpan[pieces[11]]),
1 reference to ErrorsTransmitted
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPInterfaceStatistics.cs (1)
49public override long OutgoingPacketsWithErrors { get { return _table.ErrorsTransmitted; } }