1 write to HasInterceptors
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
parent\Shared\Server\MethodOptions.cs (1)
88HasInterceptors = interceptors.Count > 0;
4 references to HasInterceptors
Microsoft.AspNetCore.Grpc.JsonTranscoding (4)
parent\Shared\Server\ClientStreamingServerMethodInvoker.cs (1)
59if (Options.HasInterceptors)
parent\Shared\Server\DuplexStreamingServerMethodInvoker.cs (1)
59if (Options.HasInterceptors)
parent\Shared\Server\ServerStreamingServerMethodInvoker.cs (1)
59if (Options.HasInterceptors)
parent\Shared\Server\UnaryServerMethodInvoker.cs (1)
60if (Options.HasInterceptors)