1 implementation of VisitEdge
ILCompiler.DependencyAnalysisFramework (1)
DgmlWriter.cs (1)
133
void IDependencyAnalyzerLogEdgeVisitor<DependencyContextType>.
VisitEdge
(DependencyNodeCore<DependencyContextType> nodeDepender, DependencyNodeCore<DependencyContextType> nodeDependedOn, string reason)
2 references to VisitEdge
ILCompiler.DependencyAnalysisFramework (2)
FirstMarkLogStrategy.cs (1)
106
logEdgeVisitor.
VisitEdge
(markData.Reason1, node, markData.Reason);
FullGraphLogStrategy.cs (1)
180
logEdgeVisitor.
VisitEdge
(markData.Reason1, node, markData.Reason);