1 implementation of AddToken
Microsoft.TemplateEngine.Core (1)
Util\TokenTrie.cs (1)
41
public void
AddToken
(IToken? token, int index)
1 reference to AddToken
Microsoft.TemplateEngine.Core (1)
Operations\Conditional.cs (1)
121
trie.
AddToken
(tokenMasterList[tokenIndex], typeRemainder);