2 references to Logger
crossgen2 (1)
Program.cs (1)
77var logger = new Logger(Console.Out, Get(_command.IsVerbose));
ILCompiler.ReadyToRun (1)
Compiler\Logger.cs (1)
12public static Logger Null = new Logger(TextWriter.Null, false);