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