2 writes to Size
InteropWebsite (2)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (2)
2222
Size
= other.Size;
2279
Size
= input.ReadInt32();
12 references to Size
InteropWebsite (12)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (10)
2125
if (
Size
!= other.
Size
) return false;
2135
if (
Size
!= 0) hash ^=
Size
.GetHashCode();
2178
if (
Size
!= 0) {
2180
output.WriteInt32(
Size
);
2200
if (
Size
!= 0) {
2201
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
Size
);
2221
if (other.
Size
!= 0) {
2222
Size = other.
Size
;
TestServiceImpl.cs (2)
54
var response = new StreamingOutputCallResponse { Payload = CreateZerosPayload(responseParam.
Size
) };
83
var response = new StreamingOutputCallResponse { Payload = CreateZerosPayload(responseParam.
Size
) };