1 write to ProfileDataManager
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
354ProfileDataManager = profileDataManager;
6 references to ProfileDataManager
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
1214if ((ProfileDataManager != null) && (ProfileDataManager.EmbedPgoDataInR2RImage)) 1222foreach (MethodDesc method in ProfileDataManager.GetInputProfileDataMethodsForModule(inputModule)) 1224if (ProfileDataManager[method].SchemaData != null) 1234if (ProfileDataManager.SynthesizeRandomPgoData || HasAnyProfileDataForInput()) 1236InstrumentationDataTable = new InstrumentationDataTableNode(this, ProfileDataManager);