1 write to _currentGrammarId
System.Speech (1)
Recognition\RecognizerBase.cs (1)
1778_currentGrammarId++;
5 references to _currentGrammarId
System.Speech (5)
Recognition\RecognizerBase.cs (5)
1774ulong initialGrammarIdValue = _currentGrammarId; 1788if (_currentGrammarId == internalData._grammarId) 1798SapiGrammar sapiGrammar = SapiContext.CreateGrammar(_currentGrammarId); 1799grammarId = _currentGrammarId; 1803while (_currentGrammarId != initialGrammarIdValue);