11 references to GetLanguage
VBCSCompiler.UnitTests (11)
CompilationCacheBehaviorTests.cs (11)
54var (exitCode, output) = RunCommandLineCompiler(GetLanguage(visualBasic), arguments, workingDirectory, [new(sourceFileName, source)]); 61(exitCode, output) = RunCommandLineCompiler(GetLanguage(visualBasic), arguments, workingDirectory); 92var (exitCode, output) = RunCommandLineCompiler(GetLanguage(visualBasic), arguments, workingDirectory, [new(sourceFileName, source)]); 101(exitCode, output) = RunCommandLineCompiler(GetLanguage(visualBasic), arguments, workingDirectory); 132var (exitCode, output) = RunCommandLineCompiler(GetLanguage(visualBasic), arguments, workingDirectory, [new(sourceFileName, source)]); 141(exitCode, output) = RunCommandLineCompiler(GetLanguage(visualBasic), arguments, workingDirectory); 192var (exitCode, output) = RunCommandLineCompiler(GetLanguage(visualBasic), referenceArguments, workingDirectory, [new(referenceSourceFileName, referenceSource)]); 203(exitCode, output) = RunCommandLineCompiler(GetLanguage(visualBasic), consumerArguments, workingDirectory, [new(consumerSourceFileName, consumerSource)]); 210(exitCode, output) = RunCommandLineCompiler(GetLanguage(visualBasic), consumerArguments, workingDirectory); 286var (exitCode, output) = RunCommandLineCompiler(GetLanguage(visualBasic), arguments, workingDirectory, [new(sourceFileName, source)]); 294(exitCode, output) = RunCommandLineCompiler(GetLanguage(visualBasic), arguments, workingDirectory);