2 writes to Name
IntegrationTestsWebsite (2)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (2)
863Name = other.Name; 900Name = (global::IntegrationTestsWebsite.NameOptions) input.ReadEnum();
10 references to Name
IntegrationTestsWebsite (10)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (10)
792if (Name != other.Name) return false; 800if (Name != global::IntegrationTestsWebsite.NameOptions.James) hash ^= Name.GetHashCode(); 833if (Name != global::IntegrationTestsWebsite.NameOptions.James) { 835output.WriteEnum((int) Name); 847if (Name != global::IntegrationTestsWebsite.NameOptions.James) { 848size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Name); 862if (other.Name != global::IntegrationTestsWebsite.NameOptions.James) { 863Name = other.Name;