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