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