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