18 references to Alpha3CountryCode
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (18)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Country.cs (1)
33new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Example.Country.Alpha3CountryCode), }, null, null));
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Issue045270\Hello.cs (16)
107private global::Example.Country.Alpha3CountryCode country_ = global::Example.Country.Alpha3CountryCode.Unspecified; 110public global::Example.Country.Alpha3CountryCode Country { 142if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) hash ^= Country.GetHashCode(); 183if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 200if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 218if (other.Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 264Country = (global::Example.Country.Alpha3CountryCode) input.ReadEnum(); 334private global::Example.Country.Alpha3CountryCode country_ = global::Example.Country.Alpha3CountryCode.Unspecified; 337public global::Example.Country.Alpha3CountryCode Country { 369if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) hash ^= Country.GetHashCode(); 410if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 427if (Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 445if (other.Country != global::Example.Country.Alpha3CountryCode.Unspecified) { 491Country = (global::Example.Country.Alpha3CountryCode) input.ReadEnum();
ConverterTests\JsonConverterWriteTests.cs (1)
575m.Country = Example.Country.Alpha3CountryCode.Afg;