20 references to Parser
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (20)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (1)
158new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.HelloReply), global::Transcoding.HelloReply.Parser, new[]{ "Message", "Values", "NullableMessage", "AnyMessage", "Sub" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.HelloReply.Types.SubMessage), global::Transcoding.HelloReply.Types.SubMessage.Parser, new[]{ "Subfield", "Subfields" }, null, null, null, null)}),
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\TranscodingGrpc.cs (8)
55static readonly grpc::Marshaller<global::Transcoding.HelloReply> __Marshaller_transcoding_HelloReply = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloReply.Parser)); 476static readonly grpc::Marshaller<global::Transcoding.HelloReply> __Marshaller_transcoding_HelloReply = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloReply.Parser)); 619static readonly grpc::Marshaller<global::Transcoding.HelloReply> __Marshaller_transcoding_HelloReply = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloReply.Parser)); 762static readonly grpc::Marshaller<global::Transcoding.HelloReply> __Marshaller_transcoding_HelloReply = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloReply.Parser)); 905static readonly grpc::Marshaller<global::Transcoding.HelloReply> __Marshaller_transcoding_HelloReply = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloReply.Parser)); 1048static readonly grpc::Marshaller<global::Transcoding.HelloReply> __Marshaller_transcoding_HelloReply = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloReply.Parser)); 1191static readonly grpc::Marshaller<global::Transcoding.HelloReply> __Marshaller_transcoding_HelloReply = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloReply.Parser)); 1376static readonly grpc::Marshaller<global::Transcoding.HelloReply> __Marshaller_transcoding_HelloReply = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Transcoding.HelloReply.Parser));
ServerStreamingServerCallHandlerTests.cs (2)
312CreateServiceMethod("TestMethodName", HelloRequest.Parser, HelloReply.Parser), 362public static readonly Method<HelloRequest, HelloReply> ServiceMethod = CreateServiceMethod("MethodName", HelloRequest.Parser, HelloReply.Parser);
UnaryServerCallHandlerTests.cs (9)
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), 1815CreateServiceMethod("TestMethodName", HelloRequest.Parser, HelloReply.Parser), 1866public static readonly Method<HelloRequest, HelloReply> ServiceMethod = CreateServiceMethod("MethodName", HelloRequest.Parser, HelloReply.Parser);