4 references to GetInputProfileDataMethodsForModule
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\InstrumentationDataTableNode.cs (2)
217foreach (MethodDesc method in _profileDataManager.GetInputProfileDataMethodsForModule(inputModule)) 254foreach (MethodDesc method in _profileDataManager.GetInputProfileDataMethodsForModule(inputModule))
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1020foreach (MethodDesc method in ProfileDataManager.GetInputProfileDataMethodsForModule(inputModule))
Compiler\ReadyToRunProfilingRootProvider.cs (1)
27_profileData = profileDataManager.GetInputProfileDataMethodsForModule(module);