2 references to Read
dotnet (1)
BuildServer\BuildServerProvider.cs (1)
87
return RazorPidFile.
Read
(path, _fileSystem);
dotnet.Tests (1)
CommandTests\BuildServer\Shutdown\BuildServerShutdownCommandTests.cs (1)
180
var pidFile = RazorPidFile.
Read
(new FilePath(files.First()));