isAggressiveInlining property

bool isAggressiveInlining

Returns true if the method should be inlined if possible.

Implementation

bool get isAggressiveInlining =>
    _implFlags & CorMethodImpl.miAggressiveInlining ==
    CorMethodImpl.miAggressiveInlining;