1 instantiation of SrgsToken
System.Speech (1)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
44
SrgsToken token =
new
(content);
4 references to SrgsToken
System.Speech (4)
Internal\SrgsParser\SrgsDocumentParser.cs (3)
207
private IToken ParseToken(
SrgsToken
srgsToken, IElement parent)
303
else if (elementType == typeof(
SrgsToken
))
305
child = ParseToken((
SrgsToken
)srgsElement, parent);
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
44
SrgsToken
token = new(content);