1 write to _profileData
ILCompiler.ReadyToRun (1)
Compiler\FileLayoutOptimizer.cs (1)
61_profileData = profileData;
6 references to _profileData
ILCompiler.ReadyToRun (6)
Compiler\FileLayoutOptimizer.cs (6)
163methods.MergeSortAllowDuplicates((MethodWithGCInfo left, MethodWithGCInfo right) => (_profileData[left.Method] != null).CompareTo(_profileData[right.Method] != null)); 244var profileData = _profileData[method.Method]; 278if (_profileData.CallChainProfile == null) 290foreach (KeyValuePair<MethodDesc, Dictionary<MethodDesc, int>> methodProfile in _profileData.CallChainProfile.ResolvedProfileData.Where(kvp => methodMap.ContainsKey(kvp.Key))) 341MethodProfileData data = _profileData[method.Method];