4 references to ParseTcpConnectionInformationFromLine
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\StringParsingHelpers.Connections.cs (4)
71
connections[index] =
ParseTcpConnectionInformationFromLine
(line);
86
connections[index] =
ParseTcpConnectionInformationFromLine
(line);
150
TcpConnectionInformation ti =
ParseTcpConnectionInformationFromLine
(v4connections[i]);
165
TcpConnectionInformation ti =
ParseTcpConnectionInformationFromLine
(v6connections[i]);