9 references to DependencyAnalyzer
ILCompiler.Compiler (4)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyTrackingLevel.cs (4)
42
return new
DependencyAnalyzer
<EventSourceLogStrategy<NodeFactory>, NodeFactory>(factory, comparer);
44
return new
DependencyAnalyzer
<NoLogStrategy<NodeFactory>, NodeFactory>(factory, comparer);
47
return new
DependencyAnalyzer
<FirstMarkLogStrategy<NodeFactory>, NodeFactory>(factory, comparer);
50
return new
DependencyAnalyzer
<FullGraphLogStrategy<NodeFactory>, NodeFactory>(factory, comparer);
ILCompiler.ReadyToRun (5)
Compiler\ReadyToRunCodegenCompilation.cs (1)
543
DependencyAnalyzerBase<NodeFactory> componentGraph = new
DependencyAnalyzer
<NoLogStrategy<NodeFactory>, NodeFactory>(componentFactory, comparer);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyTrackingLevel.cs (4)
42
return new
DependencyAnalyzer
<EventSourceLogStrategy<NodeFactory>, NodeFactory>(factory, comparer);
44
return new
DependencyAnalyzer
<NoLogStrategy<NodeFactory>, NodeFactory>(factory, comparer);
47
return new
DependencyAnalyzer
<FirstMarkLogStrategy<NodeFactory>, NodeFactory>(factory, comparer);
50
return new
DependencyAnalyzer
<FullGraphLogStrategy<NodeFactory>, NodeFactory>(factory, comparer);