2 writes to Nested
Sandbox (2)
artifacts\obj\Sandbox\Release\net11.0\Greet.cs (2)
638Nested = new global::Greet.HelloReply(); 689Nested = new global::Greet.HelloReply();
8 references to Nested
Sandbox (8)
artifacts\obj\Sandbox\Release\net11.0\Greet.cs (8)
551if (!object.Equals(Nested, other.Nested)) return false; 560if (nested_ != null) hash ^= Nested.GetHashCode(); 603output.WriteMessage(Nested); 619size += 1 + pb::CodedOutputStream.ComputeMessageSize(Nested); 640Nested.MergeFrom(other.Nested); 691input.ReadMessage(Nested);