1 write to _sRoot
System.Speech (1)
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
274
_sRoot
= value;
4 references to _sRoot
System.Speech (4)
Recognition\SrgsGrammar\SrgsGrammar.cs (4)
208
if (
_sRoot
!= null)
213
if (rule.Id ==
_sRoot
)
223
XmlParser.ThrowSrgsException(SRID.RootNotDefined,
_sRoot
);
270
return
_sRoot
;