2 writes to doubleValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
99
doubleValue_
= other.doubleValue_ != null ? other.doubleValue_.Clone() : null;
180
doubleValue_
= value;
9 references to doubleValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
TestObjects\ProtobutMessages\WrappersMessage.cs (9)
99
doubleValue_ = other.
doubleValue_
!= null ? other.
doubleValue_
.Clone() : null;
177
get { return
doubleValue_
; }
280
if (
doubleValue_
!= null) hash ^= DoubleValue.GetHashCode();
373
if (
doubleValue_
!= null)
426
if (
doubleValue_
!= null)
493
if (other.
doubleValue_
!= null)
495
if (
doubleValue_
== null)
677
if (
doubleValue_
== null)