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)
219
Country
= other.Country;
264
Country
= (global::Example.Country.Alpha3CountryCode) input.ReadEnum();
ConverterTests\JsonConverterWriteTests.cs (1)
575
m.
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)
133
if (
Country
!= other.
Country
) return false;
142
if (
Country
!= global::Example.Country.Alpha3CountryCode.Unspecified) hash ^=
Country
.GetHashCode();
183
if (
Country
!= global::Example.Country.Alpha3CountryCode.Unspecified) {
185
output.WriteEnum((int)
Country
);
200
if (
Country
!= global::Example.Country.Alpha3CountryCode.Unspecified) {
201
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int)
Country
);
218
if (other.
Country
!= global::Example.Country.Alpha3CountryCode.Unspecified) {
219
Country = other.
Country
;