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