2 implementations of ISemanticTag
System.Speech (2)
Internal\SrgsCompiler\SemanticTag.cs (1)
8internal sealed class SemanticTag : ParseElement, ISemanticTag
Recognition\SrgsGrammar\SrgsSemanticInterpretationTag.cs (1)
14public class SrgsSemanticInterpretationTag : SrgsElement, ISemanticTag
8 references to ISemanticTag
System.Speech (8)
Internal\SrgsCompiler\SemanticTag.cs (1)
21void ISemanticTag.Content(IElement parentElement, string sTag, int iLine)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
39ISemanticTag IElementFactory.CreateSemanticTag(IElement parent)
Internal\SrgsParser\IElementFactory.cs (1)
17ISemanticTag CreateSemanticTag(IElement parent);
Internal\SrgsParser\SrgsDocumentParser.cs (2)
257private ISemanticTag ParseSemanticTag(SrgsSemanticInterpretationTag srgsTag, IElement parent) 259ISemanticTag tag = _parser.CreateSemanticTag(parent);
Internal\SrgsParser\XmlParser.cs (1)
1054ISemanticTag semanticTag = _parser.CreateSemanticTag(parent);
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
32ISemanticTag IElementFactory.CreateSemanticTag(IElement parent)
Recognition\SrgsGrammar\SrgsSemanticInterpretationTag.cs (1)
89void ISemanticTag.Content(IElement parent, string value, int line)