1 write to _inputProfileData
ILCompiler.ReadyToRun (1)
Compiler\ProfileDataManager.cs (1)
92_inputProfileData = new ProfileDataMap(nonLocalGenericsHome, _compilationGroup);
5 references to _inputProfileData
ILCompiler.ReadyToRun (5)
Compiler\ProfileDataManager.cs (5)
93_inputProfileData.LoadByMerging(_inputData); 104return _inputProfileData.GetPlacedMethodsForModuleDesc(moduleDesc); 109return _inputProfileData.Contains(method); 116MethodProfileData mpd = _inputProfileData[method]; 135MethodProfileData existingProfileData = _inputProfileData[method];