4 instantiations of SubMessage
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (4)
3402
Sub = new global::Transcoding.HelloReply.Types.
SubMessage
();
3489
Sub = new global::Transcoding.HelloReply.Types.
SubMessage
();
3510
private static readonly pb::MessageParser<SubMessage> _parser = new pb::MessageParser<SubMessage>(() => new
SubMessage
());
3547
return new
SubMessage
(this);
13 references to SubMessage
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (13)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (13)
169
new 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)}),
3248
private global::Transcoding.HelloReply.Types.
SubMessage
sub_;
3251
public global::Transcoding.HelloReply.Types.
SubMessage
Sub {
3505
public sealed partial class SubMessage : pb::IMessage<
SubMessage
>
3510
private static readonly pb::MessageParser<
SubMessage
> _parser = new pb::MessageParser<
SubMessage
>(() => new SubMessage());
3514
public static pb::MessageParser<
SubMessage
> Parser { get { return _parser; } }
3538
public SubMessage(
SubMessage
other) : this() {
3546
public
SubMessage
Clone() {
3576
return Equals(other as
SubMessage
);
3581
public bool Equals(
SubMessage
other) {
3659
public void MergeFrom(
SubMessage
other) {