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