16 references to InterceptorActivators
Microsoft.AspNetCore.Grpc.JsonTranscoding (16)
GrpcJsonTranscodingServiceExtensions.cs (1)
32builder.Services.TryAddSingleton<InterceptorActivators>();
Internal\Binding\JsonTranscodingProviderServiceBinder.cs (2)
37private readonly InterceptorActivators _interceptorActivators; 50InterceptorActivators interceptorActivators)
Internal\Binding\JsonTranscodingServiceMethodProvider.cs (2)
23private readonly InterceptorActivators _interceptorActivators; 32InterceptorActivators interceptorActivators)
parent\Shared\Server\ClientStreamingServerMethodInvoker.cs (1)
54InterceptorActivators interceptorActivators)
parent\Shared\Server\DuplexStreamingServerMethodInvoker.cs (1)
54InterceptorActivators interceptorActivators)
parent\Shared\Server\InterceptorPipelineBuilder.cs (7)
30private readonly InterceptorActivators _interceptorActivators; 32public InterceptorPipelineBuilder(IReadOnlyList<InterceptorRegistration> interceptors, InterceptorActivators interceptorActivators) 42static ClientStreamingServerMethod<TRequest, TResponse> BuildInvoker(InterceptorRegistration interceptorRegistration, InterceptorActivators interceptorActivators, ClientStreamingServerMethod<TRequest, TResponse> next) 66static DuplexStreamingServerMethod<TRequest, TResponse> BuildInvoker(InterceptorRegistration interceptorRegistration, InterceptorActivators interceptorActivators, DuplexStreamingServerMethod<TRequest, TResponse> next) 90static ServerStreamingServerMethod<TRequest, TResponse> BuildInvoker(InterceptorRegistration interceptorRegistration, InterceptorActivators interceptorActivators, ServerStreamingServerMethod<TRequest, TResponse> next) 119static UnaryServerMethod<TRequest, TResponse> BuildInvoker(InterceptorRegistration interceptorRegistration, InterceptorActivators interceptorActivators, UnaryServerMethod<TRequest, TResponse> next) 139private T BuildPipeline<T>(T innerInvoker, Func<InterceptorRegistration, InterceptorActivators, T, T> wrapInvoker)
parent\Shared\Server\ServerStreamingServerMethodInvoker.cs (1)
54InterceptorActivators interceptorActivators)
parent\Shared\Server\UnaryServerMethodInvoker.cs (1)
55InterceptorActivators interceptorActivators)