3 references to NoLogStrategy
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyTrackingLevel.cs (1)
44
return new DependencyAnalyzer<
NoLogStrategy
<NodeFactory>, NodeFactory>(factory, comparer);
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCodegenCompilation.cs (1)
543
DependencyAnalyzerBase<NodeFactory> componentGraph = new DependencyAnalyzer<
NoLogStrategy
<NodeFactory>, NodeFactory>(componentFactory, comparer);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyTrackingLevel.cs (1)
44
return new DependencyAnalyzer<
NoLogStrategy
<NodeFactory>, NodeFactory>(factory, comparer);