19 references to ReadAllText
System.Net.NetworkInformation (19)
System\Net\NetworkInformation\StringParsingHelpers.Addresses.cs (2)
89string fileContents = ReadAllText(filePath); 131string fileContents = ReadAllText(smbConfFilePath);
System\Net\NetworkInformation\StringParsingHelpers.Connections.cs (7)
15string sockstatFile = ReadAllText(filePath); 32string tcp4FileContents = ReadAllText(tcp4ConnectionsFile); 42string tcp6FileContents = ReadAllText(tcp6ConnectionsFile); 112string tcp4FileContents = ReadAllText(tcp4ConnectionsFile); 122string tcp6FileContents = ReadAllText(tcp6ConnectionsFile); 192string udp4FileContents = ReadAllText(udp4File); 202string udp6FileContents = ReadAllText(udp6File);
System\Net\NetworkInformation\StringParsingHelpers.Misc.cs (3)
65string routeFile = ReadAllText(filePath); 89string snmp4FileContents = ReadAllText(filePath); 104if (!int.TryParse(ReadAllText(filePath).AsSpan().Trim(), out ret))
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (7)
178string fileContents = ReadAllText(filePath); 222string fileContents = ReadAllText(filePath); 265string fileContents = ReadAllText(filePath); 303string fileContents = ReadAllText(filePath); 332string fileContents = ReadAllText(filePath); 364string fileContents = ReadAllText(filePath); 388string fileContents = ReadAllText(filePath);