2 instantiations of Logger
crossgen2 (1)
Program.cs (1)
77
var logger = new
Logger
(Console.Out, Get(_command.IsVerbose));
ILCompiler.ReadyToRun (1)
Compiler\Logger.cs (1)
12
public static Logger Null = new
Logger
(TextWriter.Null, false);
29 references to Logger
crossgen2 (3)
Program.cs (2)
77
var
logger = new Logger(Console.Out, Get(_command.IsVerbose));
320
private void RunSingleCompilation(Dictionary<string, string> inFilePaths, InstructionSetSupport instructionSetSupport, string compositeRootPath, Dictionary<string, string> unrootedInputFilePaths, HashSet<ModuleDesc> versionBubbleModulesHash, ReadyToRunCompilerContext typeSystemContext,
Logger
logger)
src\runtime\src\coreclr\tools\Common\InstructionSetHelpers.cs (1)
20
string mustNotBeMessage, string invalidImplicationMessage,
Logger
logger, bool allowOptimistic, bool isReadyToRun)
ILCompiler.ReadyToRun (26)
CodeGen\ReadyToRunObjectWriter.cs (2)
174
public void EmitReadyToRunObjects(ReadyToRunContainerFormat format,
Logger
logger)
325
Logger
logger)
Compiler\FileLayoutOptimizer.cs (2)
51
public FileLayoutOptimizer (
Logger
logger,
66
private
Logger
_logger;
Compiler\Logger.cs (1)
12
public static
Logger
Null = new Logger(TextWriter.Null, false);
Compiler\ProfileDataManager.cs (1)
32
public ProfileDataManager(
Logger
logger,
Compiler\ReadyToRunCodegenCompilation.cs (4)
33
protected readonly
Logger
_logger;
42
public
Logger
Logger => _logger;
53
Logger
logger,
326
Logger
logger,
IBC\IBCProfileParser.cs (2)
23
public IBCProfileParser(
Logger
logger, IEnumerable<ModuleDesc> possibleReferenceModules)
29
private readonly
Logger
_logger;
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
788
public void CompileMethod(MethodWithGCInfo methodCodeNodeNeedingCode,
Logger
logger)
src\runtime\src\coreclr\tools\Common\Compiler\CompilationBuilder.cs (3)
23
protected
Logger
_logger =
Logger
.Null;
41
public CompilationBuilder UseLogger(
Logger
logger)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (5)
306
partial void EmitDebugInfo(IReadOnlyCollection<DependencyNode> nodes,
Logger
logger);
324
public virtual void EmitObject(Stream outputFileStream, IReadOnlyCollection<DependencyNode> nodes, IObjectDumper dumper,
Logger
logger)
705
public static void EmitObject(string objectFilePath, IReadOnlyCollection<DependencyNode> nodes, NodeFactory factory, ObjectWritingOptions options, IObjectDumper dumper,
Logger
logger)
731
private readonly
Logger
_logger;
739
public ProgressReporter(
Logger
logger, int total)
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (4)
54
private readonly
Logger
_logger;
60
protected ProcessLinkerXmlBase(
Logger
logger, TypeSystemContext context, XmlReader xmlReader, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues)
69
protected ProcessLinkerXmlBase(
Logger
logger, TypeSystemContext context, Stream documentStream, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues)
81
protected ProcessLinkerXmlBase(
Logger
logger, TypeSystemContext context, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues, bool globalAttributeRemoval = false)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
183
private
Logger
Logger