1 write to repeatedStrings_
Sandbox (1)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (1)
175
repeatedStrings_
= other.repeatedStrings_.Clone();
10 references to repeatedStrings_
Sandbox (10)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (10)
175
repeatedStrings_ = other.
repeatedStrings_
.Clone();
241
get { return
repeatedStrings_
; }
263
if(!
repeatedStrings_
.Equals(other.
repeatedStrings_
)) return false;
275
hash ^=
repeatedStrings_
.GetHashCode();
337
repeatedStrings_
.WriteTo(ref output, _repeated_repeatedStrings_codec);
360
size +=
repeatedStrings_
.CalculateSize(_repeated_repeatedStrings_codec);
394
repeatedStrings_
.Add(other.
repeatedStrings_
);
480
repeatedStrings_
.AddEntriesFrom(ref input, _repeated_repeatedStrings_codec);