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