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