3 writes to _next
System.Speech (3)
Internal\SrgsCompiler\State.cs (3)
159
_next
= state;
166
_prev?.
_next
= _next;
168
_next
= _prev = null;
4 references to _next
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;
175
return
_next
;