2 references to s_compilerVersion
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (2)
CommandLineTests.vb (2)
6262
Return result.Value.Replace("PATH", file.Path).Replace("VERSION (HASH)",
s_compilerVersion
).Replace(vbLf, vbCrLf)
9310
Assert.Equal(
s_compilerVersion
, output.Trim())