2 implementations of CreateSemanticTag
System.Speech (2)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
39ISemanticTag IElementFactory.CreateSemanticTag(IElement parent)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
32ISemanticTag IElementFactory.CreateSemanticTag(IElement parent)
3 references to CreateSemanticTag
System.Speech (3)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
259ISemanticTag tag = _parser.CreateSemanticTag(parent);
Internal\SrgsParser\XmlParser.cs (2)
1049return _parser.CreateSemanticTag(parent); 1054ISemanticTag semanticTag = _parser.CreateSemanticTag(parent);