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