2 writes to listValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
217listValue_ = other.listValue_ != null ? other.listValue_.Clone() : null; 489listValue_ = value;
9 references to listValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
217listValue_ = other.listValue_ != null ? other.listValue_.Clone() : null; 487get { return listValue_; } 665if (listValue_ != null) hash ^= ListValue.GetHashCode(); 835if (listValue_ != null) { 912if (listValue_ != null) { 1004if (other.listValue_ != null) { 1005if (listValue_ == null) { 1305if (listValue_ == null) {