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