10 references to CreateServiceMethod
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
UnaryServerCallHandlerTests.cs (10)
580CreateServiceMethod("JsonNamePriority", Issue047349Message.Parser, HelloReply.Parser),
616CreateServiceMethod("JsonNamePriority", Issue047349Message.Parser, HelloReply.Parser),
1136CreateServiceMethod("HttpRequestBody", HttpBody.Parser, HelloReply.Parser),
1181CreateServiceMethod("HttpRequestBody", HttpBody.Parser, HelloReply.Parser),
1224CreateServiceMethod("Int32ValueBody", Int32Value.Parser, HelloReply.Parser),
1290CreateServiceMethod("HttpRequestBody", HttpBody.Parser, HelloReply.Parser),
1320CreateServiceMethod("HttpRequestBody", HttpBodySubField.Parser, HelloReply.Parser),
1356CreateServiceMethod("HttpResponseBody", HelloRequest.Parser, HttpBody.Parser));
1816CreateServiceMethod("TestMethodName", HelloRequest.Parser, HelloReply.Parser),
1868public static readonly Method<HelloRequest, HelloReply> ServiceMethod = CreateServiceMethod("MethodName", HelloRequest.Parser, HelloReply.Parser);