4 implementations of VisitLogEdges
ILCompiler.DependencyAnalysisFramework (4)
EventSourceLogStrategy.cs (1)
121void IDependencyAnalysisMarkStrategy<DependencyContextType>.VisitLogEdges(IEnumerable<DependencyNodeCore<DependencyContextType>> nodeList, IDependencyAnalyzerLogEdgeVisitor<DependencyContextType> logEdgeVisitor)
FirstMarkLogStrategy.cs (1)
91void IDependencyAnalysisMarkStrategy<DependencyContextType>.VisitLogEdges(IEnumerable<DependencyNodeCore<DependencyContextType>> nodeList, IDependencyAnalyzerLogEdgeVisitor<DependencyContextType> logEdgeVisitor)
FullGraphLogStrategy.cs (1)
164void IDependencyAnalysisMarkStrategy<DependencyContextType>.VisitLogEdges(IEnumerable<DependencyNodeCore<DependencyContextType>> nodeList, IDependencyAnalyzerLogEdgeVisitor<DependencyContextType> logEdgeVisitor)
NoLogStrategy.cs (1)
29void IDependencyAnalysisMarkStrategy<DependencyContextType>.VisitLogEdges(IEnumerable<DependencyNodeCore<DependencyContextType>> nodeList, IDependencyAnalyzerLogEdgeVisitor<DependencyContextType> logEdgeVisitor)
1 reference to VisitLogEdges
ILCompiler.DependencyAnalysisFramework (1)
DependencyAnalyzer.cs (1)
166_marker.VisitLogEdges(MarkedNodesEnumerable(), logEdgeVisitor);