2 writes to OutDiscards
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (2)
288OutDiscards = parser.ParseNextInt64(), 316OutDiscards = reader.GetNextValueAsInt64("Ip6OutDiscards"),
1 reference to OutDiscards
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
63public override long OutputPacketsDiscarded { get { return _table.OutDiscards; } }