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