2 writes to structValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
230structValue_ = other.structValue_ != null ? other.structValue_.Clone() : null; 491structValue_ = value;
9 references to structValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (9)
230structValue_ = other.structValue_ != null ? other.structValue_.Clone() : null; 489get { return structValue_; } 678if (structValue_ != null) hash ^= StructValue.GetHashCode(); 845if (structValue_ != null) { 923if (structValue_ != null) { 1012if (other.structValue_ != null) { 1013if (structValue_ == null) { 1312if (structValue_ == null) {