コード例 #1
0
 internal IEnumerable <JobFilterAttribute> GetMethodFilterAttributes(bool useCache)
 {
     return(useCache
         ? ReflectedAttributeCache.GetMethodFilterAttributes(Method)
         : GetFilterAttributes(Method));
 }