1 implementation of TokenLength
Microsoft.TemplateEngine.Core (1)
Util\TokenTrie.cs (1)
20
public 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);
429
i -= match.
TokenLength
[token];
435
if (!anyMatch || (token != -1 && i + match.
TokenLength
[token] != nRead))