1 write to OutMsgs
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
230OutMsgs = reader.GetNextValueAsInt64("Icmp6OutMsgs"),
1 reference to OutMsgs
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIcmpV6Statistics.cs (1)
45public override long MessagesSent { get { return _table.OutMsgs; } }