1 implementation of IToken
System.Speech (1)
Recognition\SrgsGrammar\SrgsToken.cs (1)
17public class SrgsToken : SrgsElement, IToken
6 references to IToken
System.Speech (6)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
49IToken IElementFactory.CreateToken(IElement parent, string content, string? pronunciation, string? display, float reqConfidence)
Internal\SrgsParser\IElementFactory.cs (1)
15IToken CreateToken(IElement parent, string content, string? pronunciation, string? display, float reqConfidence);
Internal\SrgsParser\IToken.cs (1)
16internal delegate IToken CreateTokenCallback(IElement parent, string content, string? pronunciation, string? display, float reqConfidence);
Internal\SrgsParser\SrgsDocumentParser.cs (1)
207private IToken ParseToken(SrgsToken srgsToken, IElement parent)
Internal\SrgsParser\XmlParser.cs (1)
921private IToken ParseToken(IElement parent, XmlReader reader)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
42IToken IElementFactory.CreateToken(IElement parent, string content, string? pronunciation, string? display, float reqConfidence)