1 write to ProfileDataManager
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
287ProfileDataManager = profileDataManager;
6 references to ProfileDataManager
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
1099if ((ProfileDataManager != null) && (ProfileDataManager.EmbedPgoDataInR2RImage)) 1107foreach (MethodDesc method in ProfileDataManager.GetInputProfileDataMethodsForModule(inputModule)) 1109if (ProfileDataManager[method].SchemaData != null) 1119if (ProfileDataManager.SynthesizeRandomPgoData || HasAnyProfileDataForInput()) 1121InstrumentationDataTable = new InstrumentationDataTableNode(this, ProfileDataManager);