2 writes to Child
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
2809
Child
= new global::Messages.RecursiveMessage();
2852
Child
= new global::Messages.RecursiveMessage();
8 references to Child
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (8)
2737
if (!object.Equals(
Child
, other.
Child
)) return false;
2745
if (child_ != null) hash ^=
Child
.GetHashCode();
2780
output.WriteMessage(
Child
);
2793
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Child
);
2811
Child
.MergeFrom(other.
Child
);
2854
input.ReadMessage(
Child
);