1 override of PrintLogo
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
275public override void PrintLogo(TextWriter consoleOutput)
2 references to PrintLogo
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
899PrintLogo(consoleOutput);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
94Compiler.PrintLogo(Console.Out);