1 write to repeatedDoubleValues_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (1)
226repeatedDoubleValues_ = other.repeatedDoubleValues_.Clone();
10 references to repeatedDoubleValues_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (10)
226repeatedDoubleValues_ = other.repeatedDoubleValues_.Clone(); 444get { return repeatedDoubleValues_; } 640if(!repeatedDoubleValues_.Equals(other.repeatedDoubleValues_)) return false; 674hash ^= repeatedDoubleValues_.GetHashCode(); 832repeatedDoubleValues_.WriteTo(ref output, _repeated_repeatedDoubleValues_codec); 913size += repeatedDoubleValues_.CalculateSize(_repeated_repeatedDoubleValues_codec); 993repeatedDoubleValues_.Add(other.repeatedDoubleValues_); 1287repeatedDoubleValues_.AddEntriesFrom(ref input, _repeated_repeatedDoubleValues_codec);