2 instantiations of HttpBodySubField
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net9.0\Proto\Httpbody.cs (2)
51private static readonly pb::MessageParser<HttpBodySubField> _parser = new pb::MessageParser<HttpBodySubField>(() => new HttpBodySubField()); 88return new HttpBodySubField(this);
15 references to HttpBodySubField
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (15)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net9.0\Proto\Httpbody.cs (11)
37new pbr::GeneratedClrTypeInfo(typeof(global::Transcoding.HttpBodySubField), global::Transcoding.HttpBodySubField.Parser, new[]{ "Name", "Sub" }, null, null, null, null), 46public sealed partial class HttpBodySubField : pb::IMessage<HttpBodySubField> 51private static readonly pb::MessageParser<HttpBodySubField> _parser = new pb::MessageParser<HttpBodySubField>(() => new HttpBodySubField()); 55public static pb::MessageParser<HttpBodySubField> Parser { get { return _parser; } } 79public HttpBodySubField(HttpBodySubField other) : this() { 87public HttpBodySubField Clone() { 118return Equals(other as HttpBodySubField); 123public bool Equals(HttpBodySubField other) { 209public void MergeFrom(HttpBodySubField other) {
UnaryServerCallHandlerTests.cs (4)
1307HttpBodySubField? request = null; 1308UnaryServerMethod<JsonTranscodingGreeterService, HttpBodySubField, HelloReply> invoker = (s, r, c) => 1316bodyFieldDescriptor: HttpBodySubField.Descriptor.FindFieldByName("sub")); 1319CreateServiceMethod("HttpRequestBody", HttpBodySubField.Parser, HelloReply.Parser),