1 instantiation of CallerCalleeCount
ILCompiler.ReadyToRun (1)
Compiler\FileLayoutOptimizer.cs (1)
294callList.Add(new CallerCalleeCount(methodProfile.Key, callee.Key, callee.Value));
3 references to CallerCalleeCount
ILCompiler.ReadyToRun (3)
Compiler\FileLayoutOptimizer.cs (3)
289List<CallerCalleeCount> callList = new List<CallerCalleeCount>(); 302foreach (CallerCalleeCount call in callList)