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