1 implementation of TokenLength
Microsoft.TemplateEngine.Core (1)
Util\TokenTrie.cs (1)
20public IReadOnlyList<int> TokenLength => _lengths;
3 references to TokenLength
Microsoft.TemplateEngine.Core (3)
Util\ProcessorState.cs (3)
384_target.Position -= nRead - bestPos + (consume ? match.TokenLength[best] : 0); 429i -= match.TokenLength[token]; 435if (!anyMatch || (token != -1 && i + match.TokenLength[token] != nRead))