1 instantiation of GraphEventSource
ILCompiler.DependencyAnalysisFramework (1)
EventSourceLogStrategy.cs (1)
41public static GraphEventSource Log = new GraphEventSource();
9 references to GraphEventSource
ILCompiler.DependencyAnalysisFramework (9)
EventSourceLogStrategy.cs (9)
41public static GraphEventSource Log = new GraphEventSource(); 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);