2 references to VBCSCompilerPath
dotnet (1)
BuildServer\VBCSCompilerServer.cs (1)
36
execute(_commandFactory.Create("exec", [
VBCSCompilerPath
, s_shutdownArg]), ref errors);
dotnet.Tests (1)
BuildServerTests\VBCSCompilerServerTests.cs (1)
51
new string[] { VBCSCompilerServer.
VBCSCompilerPath
, "-shutdown" },