2 writes to AggregatedPayloadSize
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
1964AggregatedPayloadSize = other.AggregatedPayloadSize; 2001AggregatedPayloadSize = input.ReadInt32();
12 references to AggregatedPayloadSize
InteropClient (12)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (10)
1893if (AggregatedPayloadSize != other.AggregatedPayloadSize) return false; 1901if (AggregatedPayloadSize != 0) hash ^= AggregatedPayloadSize.GetHashCode(); 1934if (AggregatedPayloadSize != 0) { 1936output.WriteInt32(AggregatedPayloadSize); 1948if (AggregatedPayloadSize != 0) { 1949size += 1 + pb::CodedOutputStream.ComputeInt32Size(AggregatedPayloadSize); 1963if (other.AggregatedPayloadSize != 0) { 1964AggregatedPayloadSize = other.AggregatedPayloadSize;
InteropClient.cs (2)
318Assert.AreEqual(74922, response.AggregatedPayloadSize); 785Assert.AreEqual(73086, response.AggregatedPayloadSize);