3 writes to _prev
System.Speech (3)
Internal\SrgsCompiler\State.cs (3)
160
state.
_prev
= this;
167
_next?.
_prev
= _prev;
168
_next =
_prev
= null;
4 references to _prev
System.Speech (4)
Internal\SrgsCompiler\State.cs (4)
154
System.Diagnostics.Debug.Assert(_next == null &&
_prev
== null);
166
_prev
?._next = _next;
167
_next?._prev =
_prev
;
183
return
_prev
;