10 references to CreateServiceMethod
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
UnaryServerCallHandlerTests.cs (10)
579CreateServiceMethod("JsonNamePriority", Issue047349Message.Parser, HelloReply.Parser),
615CreateServiceMethod("JsonNamePriority", Issue047349Message.Parser, HelloReply.Parser),
1135CreateServiceMethod("HttpRequestBody", HttpBody.Parser, HelloReply.Parser),
1180CreateServiceMethod("HttpRequestBody", HttpBody.Parser, HelloReply.Parser),
1223CreateServiceMethod("Int32ValueBody", Int32Value.Parser, HelloReply.Parser),
1289CreateServiceMethod("HttpRequestBody", HttpBody.Parser, HelloReply.Parser),
1319CreateServiceMethod("HttpRequestBody", HttpBodySubField.Parser, HelloReply.Parser),
1355CreateServiceMethod("HttpResponseBody", HelloRequest.Parser, HttpBody.Parser));
1815CreateServiceMethod("TestMethodName", HelloRequest.Parser, HelloReply.Parser),
1866public static readonly Method<HelloRequest, HelloReply> ServiceMethod = CreateServiceMethod("MethodName", HelloRequest.Parser, HelloReply.Parser);