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