1 implementation of CurrentBufferLength
Microsoft.TemplateEngine.Core (1)
Util\ProcessorState.cs (1)
132public int CurrentBufferLength { get; private set; }
7 references to CurrentBufferLength
Microsoft.TemplateEngine.Core (7)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (1)
265bufferLength = processor.CurrentBufferLength;
Expressions\ScopeBuilder.cs (1)
304bufferLength = _processor.CurrentBufferLength;
Operations\Conditional.cs (1)
414bufferLength = processor.CurrentBufferLength;
Operations\Include.cs (1)
77bufferLength = processor.CurrentBufferLength;
Operations\InlineMarkupConditional.cs (2)
153bufferLength = processorState.CurrentBufferLength; 230bufferLength = processorState.CurrentBufferLength;
Operations\Region.cs (1)
115bufferLength = processor.CurrentBufferLength;