1 implementation of IDependencyAnalyzerLogEdgeVisitor
ILCompiler.DependencyAnalysisFramework (1)
DgmlWriter.cs (1)
20
internal sealed class DgmlWriter<DependencyContextType> : IDisposable,
IDependencyAnalyzerLogEdgeVisitor
<DependencyContextType>, IDependencyAnalyzerLogNodeVisitor<DependencyContextType>
10 references to IDependencyAnalyzerLogEdgeVisitor
ILCompiler.DependencyAnalysisFramework (10)
DependencyAnalyzer.cs (1)
164
public sealed override void VisitLogEdges(
IDependencyAnalyzerLogEdgeVisitor
<DependencyContextType> logEdgeVisitor)
DependencyAnalyzerBase.cs (1)
82
public abstract void VisitLogEdges(
IDependencyAnalyzerLogEdgeVisitor
<DependencyContextType> logEdgeVisitor);
DgmlWriter.cs (3)
133
void
IDependencyAnalyzerLogEdgeVisitor
<DependencyContextType>.VisitEdge(DependencyNodeCore<DependencyContextType> nodeDepender, DependencyNodeCore<DependencyContextType> nodeDependedOn, string reason)
143
void
IDependencyAnalyzerLogEdgeVisitor
<DependencyContextType>.VisitEdge(string root, DependencyNodeCore<DependencyContextType> dependedOn)
158
void
IDependencyAnalyzerLogEdgeVisitor
<DependencyContextType>.VisitEdge(DependencyNodeCore<DependencyContextType> nodeDepender, DependencyNodeCore<DependencyContextType> nodeDependerOther, DependencyNodeCore<DependencyContextType> nodeDependedOn, string reason)
EventSourceLogStrategy.cs (1)
121
void IDependencyAnalysisMarkStrategy<DependencyContextType>.VisitLogEdges(IEnumerable<DependencyNodeCore<DependencyContextType>> nodeList,
IDependencyAnalyzerLogEdgeVisitor
<DependencyContextType> logEdgeVisitor)
FirstMarkLogStrategy.cs (1)
91
void IDependencyAnalysisMarkStrategy<DependencyContextType>.VisitLogEdges(IEnumerable<DependencyNodeCore<DependencyContextType>> nodeList,
IDependencyAnalyzerLogEdgeVisitor
<DependencyContextType> logEdgeVisitor)
FullGraphLogStrategy.cs (1)
164
void IDependencyAnalysisMarkStrategy<DependencyContextType>.VisitLogEdges(IEnumerable<DependencyNodeCore<DependencyContextType>> nodeList,
IDependencyAnalyzerLogEdgeVisitor
<DependencyContextType> logEdgeVisitor)
IDependencyAnalysisMarkStrategy.cs (1)
22
void VisitLogEdges(IEnumerable<DependencyNodeCore<DependencyContextType>> nodeList,
IDependencyAnalyzerLogEdgeVisitor
<DependencyContextType> logEdgeVisitor);
NoLogStrategy.cs (1)
29
void IDependencyAnalysisMarkStrategy<DependencyContextType>.VisitLogEdges(IEnumerable<DependencyNodeCore<DependencyContextType>> nodeList,
IDependencyAnalyzerLogEdgeVisitor
<DependencyContextType> logEdgeVisitor)