1 implementation of VisitEdge
ILCompiler.DependencyAnalysisFramework (1)
DgmlWriter.cs (1)
143void IDependencyAnalyzerLogEdgeVisitor<DependencyContextType>.VisitEdge(string root, DependencyNodeCore<DependencyContextType> dependedOn)
2 references to VisitEdge
ILCompiler.DependencyAnalysisFramework (2)
FirstMarkLogStrategy.cs (1)
111logEdgeVisitor.VisitEdge(markData.Reason, node);
FullGraphLogStrategy.cs (1)
185logEdgeVisitor.VisitEdge(markData.Reason, node);