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