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