2 references to TryReadFile
System.Diagnostics.Process (2)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (1)
115if (!TryReadFile(statFilePath, out string? statFileContents))
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.TryReadStatusFile.cs (1)
68if (!TryReadFile(statusFilePath, out string? fileContents))