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)
30return _sRoot; 51if (id == _sRoot) 72if (publicRule == RulePublic.True || id == _sRoot || hasScript) 81if (_sRoot != null && !_hasRoot) 84XmlParser.ThrowSrgsException(SRID.RootNotDefined, _sRoot);