2 writes to data_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (2)
203data_ = other.data_ != null ? other.data_.Clone() : null; 275data_ = value;
9 references to data_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (9)
203data_ = other.data_ != null ? other.data_.Clone() : null; 273get { return data_; } 649if (data_ != null) hash ^= Data.GetHashCode(); 789if (data_ != null) { 876if (data_ != null) { 953if (other.data_ != null) { 954if (data_ == null) { 1220if (data_ == null) {