12 references to Logger
ILCompiler.Compiler (4)
Compiler\ILScanner.cs (4)
94if (Logger.IsVerbose) 96Logger.LogMessage($"Scanning {methodsToCompile.Count} methods..."); 109if (Logger.IsVerbose) 111Logger.LogMessage($"Scanning {methodCodeNodeNeedingCode.Method}...");
ILCompiler.RyuJit (8)
Compiler\RyuJitCompilation.cs (7)
161if (Logger.IsVerbose) 163Logger.LogMessage($"Compiling {methodsToCompile.Count} methods..."); 179if (Logger.IsVerbose) 181Logger.LogMessage($"Compiling {methodCodeNodeNeedingCode.Method}..."); 220Logger.LogWarning(method, DiagnosticId.COMInteropNotSupportedInFullAOT); 223Logger.LogMessage($"Method '{method}' will always throw because: {exception.Message}"); 225Logger.LogError($"Method will always throw because: {exception.Message}", 1005, method, MessageSubCategory.AotAnalysis);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
187return _compilation.Logger;