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