2 writes to int32Value_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
96int32Value_ = other.int32Value_ != null ? other.int32Value_.Clone() : null; 138int32Value_ = value;
9 references to int32Value_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
TestObjects\ProtobutMessages\WrappersMessage.cs (9)
96int32Value_ = other.int32Value_ != null ? other.int32Value_.Clone() : null; 135get { return int32Value_; } 277if (int32Value_ != null) hash ^= Int32Value.GetHashCode(); 358if (int32Value_ != null) 414if (int32Value_ != null) 469if (other.int32Value_ != null) 471if (int32Value_ == null) 650if (int32Value_ == null)