2 implementations of CanInline
ILCompiler.Compiler (2)
Compiler\ILScanner.cs (1)
854public bool CanInline(MethodDesc caller, MethodDesc callee)
src\runtime\src\coreclr\tools\Common\Compiler\CompilationModuleGroup.cs (1)
23public virtual bool CanInline(MethodDesc callerMethod, MethodDesc calleeMethod) => true;
1 reference to CanInline
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
104return _inliningPolicy.CanInline(caller, callee);