3 references to Path
dotnet (2)
BuildServer\RazorServer.cs (2)
66
if (_fileSystem.File.Exists(PidFile.
Path
.Value))
68
_fileSystem.File.Delete(PidFile.
Path
.Value);
dotnet.Tests (1)
BuildServerTests\BuildServerProviderTests.cs (1)
131
razorServer.PidFile.
Path
.Value.Should().Be(pidFilePath);