Esempio n. 1
0
 private IInterceptor[] SelectMethodInterceptors(IInterceptorSelector selector,
                                                 IInterceptor[] methodInterceptors,
                                                 Type targetType)
 {
     return(methodInterceptors ??
            selector.SelectInterceptors(targetType, Method.AsIMethodInfo(), interceptors) ??
            new IInterceptor[0]);
 }