2 writes to structValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
216structValue_ = other.structValue_ != null ? other.structValue_.Clone() : null; 477structValue_ = value;
9 references to structValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
216structValue_ = other.structValue_ != null ? other.structValue_.Clone() : null; 475get { return structValue_; } 664if (structValue_ != null) hash ^= StructValue.GetHashCode(); 831if (structValue_ != null) { 909if (structValue_ != null) { 998if (other.structValue_ != null) { 999if (structValue_ == null) { 1298if (structValue_ == null) {