1 write to MaxLength
Microsoft.TemplateEngine.Core (1)
Matching\TrieEvaluator.cs (1)
20
MaxLength
= trie.MaxRemainingLength;
2 references to MaxLength
Microsoft.TemplateEngine.Core (2)
Util\ProcessorState.cs (2)
116
if (bufferSize < _trie.
MaxLength
+ 1)
118
byte[] tmp = new byte[_trie.
MaxLength
+ 1];