2 writes to int64Value_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
97int64Value_ = other.int64Value_ != null ? other.int64Value_.Clone() : null; 152int64Value_ = value;
9 references to int64Value_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
TestObjects\ProtobutMessages\WrappersMessage.cs (9)
97int64Value_ = other.int64Value_ != null ? other.int64Value_.Clone() : null; 149get { return int64Value_; } 278if (int64Value_ != null) hash ^= Int64Value.GetHashCode(); 363if (int64Value_ != null) 418if (int64Value_ != null) 477if (other.int64Value_ != null) 479if (int64Value_ == null) 659if (int64Value_ == null)