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