1 instantiation of Vbc
vbc (1)
src\Compilers\Shared\Vbc.cs (1)
27var compiler = new Vbc(responseFile, buildPaths, args, analyzerLoader);
3 references to Vbc
vbc (3)
src\Compilers\Shared\Vbc.cs (1)
27var compiler = new Vbc(responseFile, buildPaths, args, analyzerLoader);
src\Compilers\VisualBasic\vbc\Program.cs (2)
39return BuildClient.Run(args, RequestLanguage.VisualBasicCompile, Vbc.Run, BuildClient.GetCompileOnServerFunc(logger), logger); 43=> Vbc.Run(args, new BuildPaths(clientDir: clientDir, workingDir: workingDir, sdkDir: sdkDir, tempDir: tempDir), textWriter, analyzerLoader);