2 references to CanInline
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
1328if (!_compilation.CanInline(MethodBeingCompiled, method)) 1370if (_compilation.CanInline(callerMethod, calleeMethod))