2 writes to Name
IntegrationTestsWebsite (2)
artifacts\obj\IntegrationTestsWebsite\Release\net11.0\Protos\Greet.cs (2)
430Name = new global::IntegrationTestsWebsite.ComplextHelloRequest.Types.NameDetail(); 473Name = new global::IntegrationTestsWebsite.ComplextHelloRequest.Types.NameDetail();
8 references to Name
IntegrationTestsWebsite (8)
artifacts\obj\IntegrationTestsWebsite\Release\net11.0\Protos\Greet.cs (8)
358if (!object.Equals(Name, other.Name)) return false; 366if (name_ != null) hash ^= Name.GetHashCode(); 401output.WriteMessage(Name); 414size += 1 + pb::CodedOutputStream.ComputeMessageSize(Name); 432Name.MergeFrom(other.Name); 475input.ReadMessage(Name);