2 writes to boolValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
100
boolValue_
= other.boolValue_ != null ? other.boolValue_.Clone() : null;
194
boolValue_
= value;
9 references to boolValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
TestObjects\ProtobutMessages\WrappersMessage.cs (9)
100
boolValue_ = other.
boolValue_
!= null ? other.
boolValue_
.Clone() : null;
191
get { return
boolValue_
; }
281
if (
boolValue_
!= null) hash ^= BoolValue.GetHashCode();
378
if (
boolValue_
!= null)
430
if (
boolValue_
!= null)
501
if (other.
boolValue_
!= null)
503
if (
boolValue_
== null)
686
if (
boolValue_
== null)