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