3 references to NoInlining
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (3)
152
flags |= MethodFlags.
NoInlining
;
265
return (GetMethodFlags(MethodFlags.BasicMetadataCache | MethodFlags.
NoInlining
) & MethodFlags.
NoInlining
) != 0;