1 write to _profileDataManager
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\InstrumentationDataTableNode.cs (1)
33_profileDataManager = profileDataManager;
6 references to _profileDataManager
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\InstrumentationDataTableNode.cs (6)
194PgoSchemaElem[] schema = _profileDataManager[md].SchemaData; 217foreach (MethodDesc method in _profileDataManager.GetInputProfileDataMethodsForModule(inputModule)) 219PgoSchemaElem[] schema = _profileDataManager[method].SchemaData; 254foreach (MethodDesc method in _profileDataManager.GetInputProfileDataMethodsForModule(inputModule)) 256PgoSchemaElem[] schema = _profileDataManager[method].SchemaData; 272PgoProcessor.EncodePgoData(CorInfoImpl.ConvertTypeHandleHistogramsToCompactTypeHistogramFormat(_profileDataManager[method].SchemaData, factory.CompilationModuleGroup), pgoEmitter, false);