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