2 overrides of PrintLogo
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
275public override void PrintLogo(TextWriter consoleOutput)
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCompiler.vb (1)
211Public Overrides Sub PrintLogo(consoleOutput As TextWriter)
2 references to PrintLogo
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
814PrintLogo(consoleOutput);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
91_compiler.PrintLogo(_console.Out);