2 writes to Country
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (2)
446Country = other.Country; 491Country = (global::Example.Country.Alpha3CountryCode) input.ReadEnum();
10 references to Country
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (10)
360if (Country != other.Country) return false; 369if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) hash ^= Country.GetHashCode(); 410if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 412output.WriteEnum((int) Country); 427if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 428size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Country); 445if (other.Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 446Country = other.Country;