3 writes to Body
InteropClient (3)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
470
Body
= other.Body;
515
Body
= input.ReadBytes();
InteropClient.cs (1)
842
return new Payload {
Body
= ByteString.CopyFrom(new byte[size]) };
24 references to Body
InteropClient (24)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (10)
384
if (
Body
!= other.
Body
) return false;
393
if (
Body
.Length != 0) hash ^=
Body
.GetHashCode();
434
if (
Body
.Length != 0) {
436
output.WriteBytes(
Body
);
451
if (
Body
.Length != 0) {
452
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
Body
);
469
if (other.
Body
.Length != 0) {
470
Body = other.
Body
;
InteropClient.cs (14)
303
Assert.AreEqual(314159, response.Payload.
Body
.Length);
337
CollectionAssert.AreEqual(bodySizes, responseList.Select((item) => item.Payload.
Body
.Length).ToList());
355
Assert.AreEqual(31415, call.ResponseStream.Current.Payload.
Body
.Length);
364
Assert.AreEqual(9, call.ResponseStream.Current.Payload.
Body
.Length);
373
Assert.AreEqual(2653, call.ResponseStream.Current.Payload.
Body
.Length);
382
Assert.AreEqual(58979, call.ResponseStream.Current.Payload.
Body
.Length);
419
Assert.AreEqual(314159, response.Payload.
Body
.Length);
440
Assert.AreEqual(314159, response.Payload.
Body
.Length);
514
Assert.AreEqual(31415, call.ResponseStream.Current.Payload.
Body
.Length);
722
Assert.AreEqual(314159, response1.Payload.
Body
.Length);
734
Assert.AreEqual(314159, response2.Payload.
Body
.Length);
803
Assert.AreEqual(314159, response.Payload.
Body
.Length);
814
Assert.AreEqual(314159, response.Payload.
Body
.Length);
834
CollectionAssert.AreEqual(bodySizes, responseList.Select((item) => item.Payload.
Body
.Length).ToList());