3 references to GetExitCode
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (3)
CommandLineTests.vb (3)
5854Dim exitCode As Integer = GetExitCode(source.Value, "a.vb", {}) 5858exitCode = GetExitCode(source.Value, "b.vb", {"/warnaserror"}) 5864exitCode = GetExitCode(source.Value, "c.vb", {"/warnaserror", "/nowarn:1"})