1 write to repeatedDoubleValues_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (1)
212repeatedDoubleValues_ = 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)
212repeatedDoubleValues_ = other.repeatedDoubleValues_.Clone(); 430get { return repeatedDoubleValues_; } 626if(!repeatedDoubleValues_.Equals(other.repeatedDoubleValues_)) return false; 660hash ^= repeatedDoubleValues_.GetHashCode(); 818repeatedDoubleValues_.WriteTo(ref output, _repeated_repeatedDoubleValues_codec); 899size += repeatedDoubleValues_.CalculateSize(_repeated_repeatedDoubleValues_codec); 979repeatedDoubleValues_.Add(other.repeatedDoubleValues_); 1273repeatedDoubleValues_.AddEntriesFrom(ref input, _repeated_repeatedDoubleValues_codec);