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