1 write to Length
Microsoft.TemplateEngine.Core (1)
Matching\TerminalBase.cs (1)
12
Length
= tokenLength;
2 references to Length
Microsoft.TemplateEngine.Core (2)
Matching\TrieEvaluationDriver.cs (1)
52
int expectedShift = terminal.Terminal.
Length
- terminal.Terminal.End - 1;
Util\TokenTrie.cs (1)
90
if (location != null && (!mustMatchPosition || (currentBufferPosition - location.Terminal.
Length
== originalPosition)))