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