2 writes to _sapiGrammarId
System.Speech (2)
Recognition\Grammar.cs (2)
369
set {
_sapiGrammarId
= value; }
559
_sapiGrammarId
= grammarId;
2 references to _sapiGrammarId
System.Speech (2)
Recognition\Grammar.cs (2)
368
get { return
_sapiGrammarId
; }
514
if (grammarId == ruleRef.
_sapiGrammarId
)