3 references to ServerPath
dotnet (2)
BuildServer\RazorServer.cs (2)
27
if (!_fileSystem.File.Exists(PidFile.
ServerPath
.Value))
39
PidFile.
ServerPath
.Value,
dotnet.Tests (1)
BuildServerTests\BuildServerProviderTests.cs (1)
133
razorServer.PidFile.
ServerPath
.Value.Should().Be(serverPath);