5 references to CodeBasedDependencyAlgorithm
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
204
CodeBasedDependencyAlgorithm
.AddDependenciesDueToMethodCodePresence(ref _unconditionalDependencies, _factory, _canonMethod, _canonMethodIL);
205
CodeBasedDependencyAlgorithm
.AddConditionalDependenciesDueToMethodCodePresence(ref conditionalDependencies, _factory, _canonMethod);
ILCompiler.RyuJit (3)
Compiler\DependencyAnalysis\MethodCodeNode.cs (2)
67
public override bool HasConditionalStaticDependencies =>
CodeBasedDependencyAlgorithm
.HasConditionalDependenciesDueToMethodCodePresence(_method);
72
CodeBasedDependencyAlgorithm
.AddConditionalDependenciesDueToMethodCodePresence(ref dependencies, factory, _method);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
578
CodeBasedDependencyAlgorithm
.AddDependenciesDueToMethodCodePresence(ref _additionalDependencies, _compilation.NodeFactory, MethodBeingCompiled, methodIL);