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