If #727 gets merged, we should also revise other calls to
GetCustomAttributes(bool inherit) and
GetCustomAttributes(Type attributeType, bool inherit)
E.g TypeSelector,ThatAreDecoratedWith currently calls GetCustomAttributes(typeof(TAttribute), true) which would be inconsistent with the difference between BeDecoratedWith and BeDecoratedWithOrInherit.