2 references to inErrors
System (2)
net\System\Net\NetworkInformation\SystemIPInterfaceStatistics.cs (2)
26
public override long IncomingPacketsWithErrors { get { return (long)ifRow.
inErrors
; } }
64
public override long IncomingPacketsWithErrors { get { return (long)ifRow.
inErrors
; } }