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)
33
new 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)
107
private global::Example.Country.
Alpha3CountryCode
country_ = global::Example.Country.
Alpha3CountryCode
.Unspecified;
110
public global::Example.Country.
Alpha3CountryCode
Country {
142
if (Country != global::Example.Country.
Alpha3CountryCode
.Unspecified) hash ^= Country.GetHashCode();
183
if (Country != global::Example.Country.
Alpha3CountryCode
.Unspecified) {
200
if (Country != global::Example.Country.
Alpha3CountryCode
.Unspecified) {
218
if (other.Country != global::Example.Country.
Alpha3CountryCode
.Unspecified) {
264
Country = (global::Example.Country.
Alpha3CountryCode
) input.ReadEnum();
334
private global::Example.Country.
Alpha3CountryCode
country_ = global::Example.Country.
Alpha3CountryCode
.Unspecified;
337
public global::Example.Country.
Alpha3CountryCode
Country {
369
if (Country != global::Example.Country.
Alpha3CountryCode
.Unspecified) hash ^= Country.GetHashCode();
410
if (Country != global::Example.Country.
Alpha3CountryCode
.Unspecified) {
427
if (Country != global::Example.Country.
Alpha3CountryCode
.Unspecified) {
445
if (other.Country != global::Example.Country.
Alpha3CountryCode
.Unspecified) {
491
Country = (global::Example.Country.
Alpha3CountryCode
) input.ReadEnum();
ConverterTests\JsonConverterWriteTests.cs (1)
575
m.Country = Example.Country.
Alpha3CountryCode
.Afg;