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)
154System.Diagnostics.Debug.Assert(_next == null && _prev == null); 166_prev?._next = _next; 167_next?._prev = _prev; 175return _next;