2 implementations of CreateText
System.Speech (2)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
44IElementText IElementFactory.CreateText(IElement parent, string value)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
37IElementText IElementFactory.CreateText(IElement parent, string value)
3 references to CreateText
System.Speech (3)
Internal\GrammarBuilding\GrammarBuilderPhrase.cs (1)
117return elementFactory.CreateText(parent, _phrase);
Internal\SrgsParser\SrgsDocumentParser.cs (1)
325IElementText textChild = _parser.CreateText(parent, content);
Internal\SrgsParser\XmlParser.cs (1)
1434IElementText srgsText = _parser.CreateText(parent, content);