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)
163
methods.MergeSortAllowDuplicates((MethodWithGCInfo left, MethodWithGCInfo right) => (
_profileData
[left.Method] != null).CompareTo(
_profileData
[right.Method] != null));
244
var profileData =
_profileData
[method.Method];
278
if (
_profileData
.CallChainProfile == null)
290
foreach (KeyValuePair<MethodDesc, Dictionary<MethodDesc, int>> methodProfile in
_profileData
.CallChainProfile.ResolvedProfileData.Where(kvp => methodMap.ContainsKey(kvp.Key)))
341
MethodProfileData data =
_profileData
[method.Method];