2 writes to _nextBookmarkId
System.Speech (2)
Recognition\RecognizerBase.cs (2)
2701bookmarkId = _nextBookmarkId++; // Find the next bookmark id to use. 2745_nextBookmarkId = _firstUnusedBookmarkId;
2 references to _nextBookmarkId
System.Speech (2)
Recognition\RecognizerBase.cs (2)
2703if (_nextBookmarkId == 0) 2752_prevMaxBookmarkId = _nextBookmarkId - 1;