4 references to MethodWithGCInfoToWeight
ILCompiler.ReadyToRun (4)
Compiler\FileLayoutOptimizer.cs (4)
149return -MethodWithGCInfoToWeight(left).CompareTo(MethodWithGCInfoToWeight(right)); 158return MethodWithGCInfoToWeight(method) > 0 ? 0 : 1; 171double weight = MethodWithGCInfoToWeight(method);