2 implementations of Root
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
26string? IGrammar.Root
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
266string? IGrammar.Root
3 writes to Root
System.Speech (3)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
64grammar.Root = source.Root.Id;
Internal\SrgsParser\XmlParser.cs (1)
287grammar.Root = reader.Value;
Recognition\GrammarBuilder.cs (1)
491elementFactory.Grammar.Root = rootId;
1 reference to Root
System.Speech (1)
Internal\SrgsParser\XmlParser.cs (1)
285if (grammar.Root == null)