1 write to _structureTrie
Microsoft.TemplateEngine.Core (1)
Operations\InlineMarkupConditional.cs (1)
84
_structureTrie
= structureTrie;
5 references to _structureTrie
Microsoft.TemplateEngine.Core (5)
Operations\InlineMarkupConditional.cs (5)
146
while (bufferLength >=
_structureTrie
.MinLength)
149
if (bufferLength - currentBufferPosition <
_structureTrie
.MaxLength)
156
int sz = bufferLength == processorState.CurrentBuffer.Length ?
_structureTrie
.MaxLength :
_structureTrie
.MinLength;
166
if (
_structureTrie
.GetOperation(processorState.CurrentBuffer, bufferLength, ref currentBufferPosition, out int token))