8 references to Log
ILCompiler.DependencyAnalysisFramework (8)
DependencyAnalyzer.cs (2)
357
if (PerfEventSource.
Log
.IsEnabled())
358
PerfEventSource.
Log
.AddedNodeToMarkStack();
PerfEventSource.cs (6)
33
if (!
Log
.IsEnabled())
36
Log
.GraphProcessingStart();
37
return new StartStopEvents(
Log
.GraphProcessingStop);
42
if (!
Log
.IsEnabled())
45
Log
.DependencyAnalysisStart();
46
return new StartStopEvents(
Log
.DependencyAnalysisStop);