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