1 instantiation of SrgsSemanticInterpretationTag
System.Speech (1)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
34return new SrgsSemanticInterpretationTag();
3 references to SrgsSemanticInterpretationTag
System.Speech (3)
Internal\SrgsParser\SrgsDocumentParser.cs (3)
257private ISemanticTag ParseSemanticTag(SrgsSemanticInterpretationTag srgsTag, IElement parent) 311else if (elementType == typeof(SrgsSemanticInterpretationTag)) 313child = ParseSemanticTag((SrgsSemanticInterpretationTag)srgsElement, parent);