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)
446
Country
= other.Country;
491
Country
= (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)
360
if (
Country
!= other.
Country
) return false;
369
if (
Country
!= global::Example.Country.Alpha3CountryCode.Unspecified) hash ^=
Country
.GetHashCode();
410
if (
Country
!= global::Example.Country.Alpha3CountryCode.Unspecified) {
412
output.WriteEnum((int)
Country
);
427
if (
Country
!= global::Example.Country.Alpha3CountryCode.Unspecified) {
428
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int)
Country
);
445
if (other.
Country
!= global::Example.Country.Alpha3CountryCode.Unspecified) {
446
Country = other.
Country
;