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