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