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