1 write to repeatedStrings_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (1)
205repeatedStrings_ = other.repeatedStrings_.Clone();
10 references to repeatedStrings_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
205repeatedStrings_ = other.repeatedStrings_.Clone(); 299get { return repeatedStrings_; } 617if(!repeatedStrings_.Equals(other.repeatedStrings_)) return false; 651hash ^= repeatedStrings_.GetHashCode(); 797repeatedStrings_.WriteTo(ref output, _repeated_repeatedStrings_codec); 882size += repeatedStrings_.CalculateSize(_repeated_repeatedStrings_codec); 965repeatedStrings_.Add(other.repeatedStrings_); 1234repeatedStrings_.AddEntriesFrom(ref input, _repeated_repeatedStrings_codec);