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