2 implementations of AddElement
System.Speech (2)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
147
void IElementFactory.
AddElement
(IRule rule, IElement value)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
178
void IElementFactory.
AddElement
(IRule rule, IElement value)
6 references to AddElement
System.Speech (6)
Internal\GrammarBuilding\BuilderElements.cs (1)
162
elementFactory.
AddElement
(parent, element);
Internal\SrgsParser\SrgsDocumentParser.cs (2)
332
_parser.
AddElement
(parentRule, textChild);
370
_parser.
AddElement
(parentRule, child);
Internal\SrgsParser\XmlParser.cs (2)
1448
_parser.
AddElement
(parentRule, srgsText);
1488
_parser.
AddElement
(parentRule, child);
Recognition\GrammarBuilder.cs (1)
515
elementFactory.
AddElement
(root, element);