1 write to _sRoot
System.Speech (1)
Internal\SrgsCompiler\GrammarElement.cs (1)
34
_sRoot
= value;
5 references to _sRoot
System.Speech (5)
Internal\SrgsCompiler\GrammarElement.cs (5)
30
return
_sRoot
;
51
if (id ==
_sRoot
)
72
if (publicRule == RulePublic.True || id ==
_sRoot
|| hasScript)
81
if (
_sRoot
!= null && !_hasRoot)
84
XmlParser.ThrowSrgsException(SRID.RootNotDefined,
_sRoot
);