1 write to s_DotnetCscRun
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
76
s_DotnetCscRun
= $@"""{dotnetExe}"" exec --runtimeconfig ""{runtimeConfigPath}""";
2 references to s_DotnetCscRun
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
6013
ProcessUtilities.RunAndGetOutput("cmd.exe", $@"/C ""{
s_DotnetCscRun
} -.exe""", expectedRetCode: 0, startFolder: tempDir) :
6014
ProcessUtilities.RunAndGetOutput("sh", $@"-c ""{
s_DotnetCscRun
} -.exe""", expectedRetCode: 0, startFolder: tempDir);