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