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