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)
146while (bufferLength >= _structureTrie.MinLength) 149if (bufferLength - currentBufferPosition < _structureTrie.MaxLength) 156int sz = bufferLength == processorState.CurrentBuffer.Length ? _structureTrie.MaxLength : _structureTrie.MinLength; 166if (_structureTrie.GetOperation(processorState.CurrentBuffer, bufferLength, ref currentBufferPosition, out int token))