2 implementations of Content
System.Speech (2)
Internal\SrgsCompiler\SemanticTag.cs (1)
21void ISemanticTag.Content(IElement parentElement, string sTag, int iLine)
Recognition\SrgsGrammar\SrgsSemanticInterpretationTag.cs (1)
89void ISemanticTag.Content(IElement parent, string value, int line)
2 references to Content
System.Speech (2)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
261tag.Content(parent, srgsTag.Script, 0);
Internal\SrgsParser\XmlParser.cs (1)
1056semanticTag.Content(parent, content, 0);