7 writes to _prev
System.Web (7)
Util\DoubleLink.cs (7)
22
_next =
_prev
= this;
30
this.
_prev
= after;
33
this._next.
_prev
= this;
37
this.
_prev
= before._prev;
39
before.
_prev
= this;
45
this._next.
_prev
= this._prev;
46
_next =
_prev
= this;
4 references to _prev
System.Web (4)
Util\DoubleLink.cs (4)
37
this._prev = before.
_prev
;
40
this.
_prev
._next = this;
44
this.
_prev
._next = this._next;
45
this._next._prev = this.
_prev
;