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