1 instantiation of RazorPidFile
dotnet (1)
BuildServer\RazorPidFile.cs (1)
58
return new
RazorPidFile
(path, processId, new FilePath(serverPath), pipeName);
7 references to RazorPidFile
dotnet (7)
BuildServer\BuildServerProvider.cs (4)
57
Path.GetFileName(path).StartsWith(
RazorPidFile
.FilePrefix))
59
var
file = ReadRazorPidFile(new FilePath(path));
83
private
RazorPidFile
ReadRazorPidFile(FilePath path)
87
return
RazorPidFile
.Read(path, _fileSystem);
BuildServer\RazorPidFile.cs (1)
23
public static
RazorPidFile
Read(FilePath path, IFileSystem fileSystem = null)
BuildServer\RazorServer.cs (2)
12
RazorPidFile
pidFile,
23
public
RazorPidFile
PidFile { get; } = pidFile ?? throw new ArgumentNullException(nameof(pidFile));