1 write to _currentConnections
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxTcpStatistics.cs (1)
19_currentConnections = StringParsingHelpers.ParseNumSocketConnections(sockstatFile, protoName);
1 reference to _currentConnections
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxTcpStatistics.cs (1)
31public override long CurrentConnections { get { return _currentConnections; } }