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