1 instantiation of GrpcJsonTranscodingMetadata
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Binding\ReflectionServiceInvokerResolver.cs (1)
46metadata.Add(new GrpcJsonTranscodingMetadata(methodDescriptor, httpRule));
3 references to GrpcJsonTranscodingMetadata
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
GrpcJsonTranscodingMetadata.cs (1)
15/// Creates a new instance of <see cref="GrpcJsonTranscodingMetadata"/> with the provided Protobuf
Microsoft.AspNetCore.Grpc.Swagger (2)
Internal\GrpcJsonTranscodingDescriptionProvider.cs (2)
43var grpcMetadata = endpoint.Metadata.GetMetadata<GrpcJsonTranscodingMetadata>();