2 writes to data_
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
173
data_
= other.data_ != null ? other.data_.Clone() : null;
217
data_
= value;
9 references to data_
Sandbox (9)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (9)
173
data_ = other.
data_
!= null ? other.
data_
.Clone() : null;
215
get { return
data_
; }
273
if (
data_
!= null) hash ^= Data.GetHashCode();
329
if (
data_
!= null) {
354
if (
data_
!= null) {
382
if (other.
data_
!= null) {
383
if (
data_
== null) {
466
if (
data_
== null) {