internal IEnumerable <JobFilterAttribute> GetMethodFilterAttributes(bool useCache) { return(useCache ? ReflectedAttributeCache.GetMethodFilterAttributes(Method) : GetFilterAttributes(Method)); }
internal IEnumerable <JobFilterAttribute> GetTypeFilterAttributes(bool useCache) { return(useCache ? ReflectedAttributeCache.GetTypeFilterAttributes(Type) : GetFilterAttributes(Type)); }