17 references to Logger
ILCompiler.ReadyToRun (17)
Compiler\ReadyToRunCodegenCompilation.cs (15)
728if (Logger.IsVerbose) 729Logger.Writer.WriteLine($"Processing {obj.Count} dependencies"); 776if (Logger.IsVerbose) 777Logger.Writer.WriteLine($"Processing {methodsToRecompile.Length} recompiles"); 931if (Logger.IsVerbose) 942if (Logger.IsVerbose) 945Logger.Writer.WriteLine("Compiling " + methodName); 950Logger.Writer.WriteLine($"Single method repro args:{GetReproInstructions(method)}"); 986corInfoImpl.CompileMethod(methodCodeNodeNeedingCode, Logger); 996if (Logger.IsVerbose) 997Logger.Writer.WriteLine($"Warning: Method `{method}` was not compiled because: {ex.Message}"); 1001if (Logger.IsVerbose) 1002Logger.Writer.WriteLine($"Info: Method `{method}` was not compiled because `{ex.Message}` requires runtime JIT"); 1006if (Logger.IsVerbose) 1007Logger.Writer.WriteLine($"Warning: Method `{method}` was not compiled because `{ex.Message}` requires runtime JIT");
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
735_compilation.Logger.LogMessage($"ERROR: Determinism check compiling method '{MethodBeingCompiled}' failed. Use '{_compilation.GetReproInstructions(MethodBeingCompiled)}' on command line to reproduce the failure.");
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
208return _compilation.Logger;