3 references to s_helloWorldSrcVb
VBCSCompiler.UnitTests (3)
CompilerServerTests.cs (3)
381
var result = RunCommandLineCompiler(BasicCompilerClientExecutable, $"/shared:{serverData.PipeName} /nologo /vbruntime* hello.vb", _tempDirectory,
s_helloWorldSrcVb
, shouldRunOnServer: false);
485
s_helloWorldSrcVb
);
499
s_helloWorldSrcVb
);