2 references to ResolvedProfileData
ILCompiler.ReadyToRun (2)
Compiler\FileLayoutOptimizer.cs (1)
290foreach (KeyValuePair<MethodDesc, Dictionary<MethodDesc, int>> methodProfile in _profileData.CallChainProfile.ResolvedProfileData.Where(kvp => methodMap.ContainsKey(kvp.Key)))
ObjectWriter\ProfileFileBuilder.cs (1)
153foreach (KeyValuePair<MethodDesc, Dictionary<MethodDesc, int>> kvpCallerCalleeCount in _callChainProfile.ResolvedProfileData)