1 write to Start
Microsoft.TemplateEngine.Core (1)
Matching\TerminalBase.cs (1)
10Start = start;
6 references to Start
Microsoft.TemplateEngine.Core (6)
Matching\Trie.cs (2)
48int sameMatcherIndex = next.Terminals.FindIndex(t => t.Start == terminal.Start && t.End == terminal.End);
Matching\TrieEvaluator.cs (1)
185int start = terminal.Start + ssn;
Util\ProcessorState.cs (2)
202int matchLength = terminal.Terminal.End - terminal.Terminal.Start + 1; 299int matchLength = terminal.Terminal.End - terminal.Terminal.Start + 1;
Util\TokenTrie.cs (1)
93currentBufferPosition = location.Location + location.Terminal.End - location.Terminal.Start + 1;