2 references to s_CSharpCompilerExecutable
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
77
s_CSharpScriptExecutable =
s_CSharpCompilerExecutable
.Replace("csc.exe", Path.Combine("csi", "csi.exe"));
439
Assert.Equal(ProcessorArchitecture.MSIL, AssemblyName.GetAssemblyName(
s_CSharpCompilerExecutable
).ProcessorArchitecture);