Searched refs:InterceptingCallInvoker (Results 1 – 3 of 3) sorted by relevance
28 internal class InterceptingCallInvoker : CallInvoker class37 public InterceptingCallInvoker(CallInvoker invoker, Interceptor interceptor) in InterceptingCallInvoker() method in Grpc.Core.Interceptors.InterceptingCallInvoker
45 return new InterceptingCallInvoker(invoker, interceptor); in Intercept()94 return new InterceptingCallInvoker(invoker, new MetadataInterceptor(interceptor)); in Intercept()
53 [assembly:TypeForwardedToAttribute(typeof(InterceptingCallInvoker))]