1 write to s_CSharpScriptExecutable
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
79
s_CSharpScriptExecutable
= s_CSharpCompilerExecutable.Replace("csc.exe", Path.Combine("csi", "csi.exe"));
2 references to s_CSharpScriptExecutable
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
6073
ProcessUtilities.Run("cmd", $@"/C echo Console.WriteLine(""Hello World!"") | {
s_CSharpScriptExecutable
} -") :
6074
ProcessUtilities.Run("/usr/bin/env", $@"sh -c ""echo Console.WriteLine\(\\\""Hello World\!\\\""\) | {
s_CSharpScriptExecutable
} -""",