2 writes to InDiscards
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (2)
285InDiscards = parser.ParseNextInt64(), 312InDiscards = reader.GetNextValueAsInt64("Ip6InDiscards"),
1 reference to InDiscards
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
83public override long ReceivedPacketsDiscarded { get { return _table.InDiscards; } }