2 references to inDiscards
System (2)
net\System\Net\NetworkInformation\SystemIPInterfaceStatistics.cs (2)
24
public override long IncomingPacketsDiscarded { get { return (long)ifRow.
inDiscards
; } }
62
public override long IncomingPacketsDiscarded { get { return (long)ifRow.
inDiscards
; } }