3 references to GetDependenciesDueToMethodCodePresence
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\CodeBasedDependencyAlgorithm.cs (1)
19factory.MetadataManager.GetDependenciesDueToMethodCodePresence(ref dependencies, factory, method, methodIL);
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
62factory.MetadataManager.GetDependenciesDueToMethodCodePresence(ref dependencies, factory, canonMethod, methodIL: null);
Compiler\DependencyAnalysis\StringAllocatorMethodNode.cs (1)
60factory.MetadataManager.GetDependenciesDueToMethodCodePresence(ref result, factory, _constructorMethod, methodIL: null);