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