1 override of GetDependenciesDueToModuleUse
ILCompiler.Compiler (1)
Compiler\UsageBasedMetadataManager.cs (1)
268
internal override void
GetDependenciesDueToModuleUse
(ref DependencyList dependencies, NodeFactory factory, ModuleDesc module)
1 reference to GetDependenciesDueToModuleUse
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ModuleUseBasedDependencyAlgorithm.cs (1)
19
factory.MetadataManager.
GetDependenciesDueToModuleUse
(ref dependencyList, factory, module);