2 writes to Type
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
467
Type
= other.Type;
511
Type
= (global::Grpc.Testing.PayloadType) input.ReadEnum();
10 references to Type
InteropClient (10)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (10)
383
if (
Type
!= other.
Type
) return false;
392
if (
Type
!= global::Grpc.Testing.PayloadType.Compressable) hash ^=
Type
.GetHashCode();
430
if (
Type
!= global::Grpc.Testing.PayloadType.Compressable) {
432
output.WriteEnum((int)
Type
);
448
if (
Type
!= global::Grpc.Testing.PayloadType.Compressable) {
449
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int)
Type
);
466
if (other.
Type
!= global::Grpc.Testing.PayloadType.Compressable) {
467
Type = other.
Type
;