2 writes to uint64Value_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
102uint64Value_ = other.uint64Value_ != null ? other.uint64Value_.Clone() : null; 222uint64Value_ = value;
9 references to uint64Value_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
TestObjects\ProtobutMessages\WrappersMessage.cs (9)
102uint64Value_ = other.uint64Value_ != null ? other.uint64Value_.Clone() : null; 219get { return uint64Value_; } 283if (uint64Value_ != null) hash ^= Uint64Value.GetHashCode(); 388if (uint64Value_ != null) 438if (uint64Value_ != null) 517if (other.uint64Value_ != null) 519if (uint64Value_ == null) 704if (uint64Value_ == null)