2 writes to Sub
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
378
Sub
= new global::Transcoding.HelloRequest.Types.SubMessage();
460
Sub
= new global::Transcoding.HelloRequest.Types.SubMessage();
8 references to Sub
Sandbox (8)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (8)
260
if (!object.Equals(
Sub
, other.
Sub
)) return false;
272
if (sub_ != null) hash ^=
Sub
.GetHashCode();
327
output.WriteMessage(
Sub
);
352
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Sub
);
380
Sub
.MergeFrom(other.
Sub
);
462
input.ReadMessage(
Sub
);