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