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