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