2 instantiations of SrgsText
System.Speech (2)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
39
return 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)
319
else if (elementType == typeof(
SrgsText
))
321
SrgsText
srgsText = (
SrgsText
)srgsElement;
Recognition\SrgsGrammar\SrgsItem.cs (1)
216
if ((elementType == typeof(
SrgsText
)) && (elementType == previousElementType))
Recognition\SrgsGrammar\SrgsRule.cs (1)
261
if ((elementType == typeof(
SrgsText
)) && (elementType == previousElementType))