2 writes to wrappers_
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
174wrappers_ = other.wrappers_ != null ? other.wrappers_.Clone() : null; 229wrappers_ = value;
9 references to wrappers_
Sandbox (9)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (9)
174wrappers_ = other.wrappers_ != null ? other.wrappers_.Clone() : null; 227get { return wrappers_; } 274if (wrappers_ != null) hash ^= Wrappers.GetHashCode(); 333if (wrappers_ != null) { 357if (wrappers_ != null) { 388if (other.wrappers_ != null) { 389if (wrappers_ == null) { 473if (wrappers_ == null) {