3 writes to _currentLangId
System.Speech (3)
Internal\AlphabetConverter.cs (3)
30
_currentLangId
= -1;
105
_currentLangId
= langId;
117
_currentLangId
= langId;
3 references to _currentLangId
System.Speech (3)
Internal\AlphabetConverter.cs (3)
88
if (langId ==
_currentLangId
)
90
return
_currentLangId
;
94
int oldLangId =
_currentLangId
;