2 writes to ResponseCompressed
InteropWebsite (2)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (2)
1131
ResponseCompressed
= new global::Grpc.Testing.BoolValue();
1246
ResponseCompressed
= new global::Grpc.Testing.BoolValue();
9 references to ResponseCompressed
InteropWebsite (9)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (8)
955
if (!object.Equals(
ResponseCompressed
, other.
ResponseCompressed
)) return false;
970
if (responseCompressed_ != null) hash ^=
ResponseCompressed
.GetHashCode();
1055
output.WriteMessage(
ResponseCompressed
);
1091
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
ResponseCompressed
);
1133
ResponseCompressed
.MergeFrom(other.
ResponseCompressed
);
1248
input.ReadMessage(
ResponseCompressed
);
TestServiceImpl.cs (1)
35
await EnsureEchoMetadataAsync(context, request.
ResponseCompressed
?.Value ?? false);