2 instantiations of SrgsText
System.Speech (2)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
39return new SrgsText(value);
Recognition\SrgsGrammar\SrgsItem.cs (1)
29_elements.Add(new SrgsText(text));
5 references to SrgsText
System.Speech (5)
Internal\SrgsParser\SrgsDocumentParser.cs (3)
319else if (elementType == typeof(SrgsText)) 321SrgsText srgsText = (SrgsText)srgsElement;
Recognition\SrgsGrammar\SrgsItem.cs (1)
216if ((elementType == typeof(SrgsText)) && (elementType == previousElementType))
Recognition\SrgsGrammar\SrgsRule.cs (1)
261if ((elementType == typeof(SrgsText)) && (elementType == previousElementType))