8 references to Log
ILCompiler.DependencyAnalysisFramework (8)
EventSourceLogStrategy.cs (8)
61GraphEventSource.Log.IsEnabled(); 82lock (GraphEventSource.Log) 87GraphEventSource.Log.Graph(GraphId, ""); 89GraphEventSource.Log.Node(GraphId, RootIndex, "roots"); 96GraphEventSource.Log.Node(GraphId, nodeIndex, node.GetNameInternal(_context)); 107GraphEventSource.Log.ConditionalEdge(GraphId, (int)reasonNode.GetMark(), (int)reasonNode2.GetMark(), nodeIndex, reason); 111GraphEventSource.Log.Edge(GraphId, (int)reasonNode.GetMark(), nodeIndex, reason); 116GraphEventSource.Log.Edge(GraphId, RootIndex, nodeIndex, reason);