2 writes to data_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
217data_ = other.data_ != null ? other.data_.Clone() : null; 289data_ = value;
9 references to data_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (9)
217data_ = other.data_ != null ? other.data_.Clone() : null; 287get { return data_; } 663if (data_ != null) hash ^= Data.GetHashCode(); 803if (data_ != null) { 890if (data_ != null) { 967if (other.data_ != null) { 968if (data_ == null) { 1234if (data_ == null) {