3 writes to Country
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (2)
219Country = other.Country; 264Country = (global::Example.Country.Alpha3CountryCode) input.ReadEnum();
ConverterTests\JsonConverterWriteTests.cs (1)
575m.Country = Example.Country.Alpha3CountryCode.Afg;
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)
133if (Country != other.Country) return false; 142if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) hash ^= Country.GetHashCode(); 183if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 185output.WriteEnum((int) Country); 200if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 201size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Country); 218if (other.Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 219Country = other.Country;