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