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