6 references to PidFile
dotnet (6)
BuildServer\RazorServer.cs (6)
19public int ProcessId => PidFile.ProcessId; 27if (!_fileSystem.File.Exists(PidFile.ServerPath.Value)) 39PidFile.ServerPath.Value, 43PidFile.PipeName 66if (_fileSystem.File.Exists(PidFile.Path.Value)) 68_fileSystem.File.Delete(PidFile.Path.Value);