2 writes to Name
IntegrationTestsWebsite (2)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (2)
239Name = other.Name; 276Name = input.ReadString();
11 references to Name
IntegrationTestsWebsite (11)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (10)
168if (Name != other.Name) return false; 176if (Name.Length != 0) hash ^= Name.GetHashCode(); 209if (Name.Length != 0) { 211output.WriteString(Name); 223if (Name.Length != 0) { 224size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 238if (other.Name.Length != 0) { 239Name = other.Name;
Services\GreeterService.cs (1)
20Message = "Hello " + request.Name