2 writes to stringValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
95
stringValue_
= other.stringValue_ != null ? other.stringValue_.Clone() : null;
124
stringValue_
= value;
9 references to stringValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
TestObjects\ProtobutMessages\WrappersMessage.cs (9)
95
stringValue_ = other.
stringValue_
!= null ? other.
stringValue_
.Clone() : null;
121
get { return
stringValue_
; }
276
if (
stringValue_
!= null) hash ^= StringValue.GetHashCode();
353
if (
stringValue_
!= null)
410
if (
stringValue_
!= null)
461
if (other.
stringValue_
!= null)
463
if (
stringValue_
== null)
641
if (
stringValue_
== null)