1 write to OutgoingPacketsDropped
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
444OutgoingPacketsDropped = ParseUInt64AndClampToInt64(lineSpan[pieces[12]]),
1 reference to OutgoingPacketsDropped
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPInterfaceStatistics.cs (1)
47public override long OutgoingPacketsDiscarded { get { return _table.OutgoingPacketsDropped; } }