1 write to _processor
Microsoft.TemplateEngine.Core (1)
Expressions\ScopeBuilder.cs (1)
46_processor = processor;
11 references to _processor
Microsoft.TemplateEngine.Core (11)
Expressions\ScopeBuilder.cs (11)
95if (_tokens.GetOperation(_processor.CurrentBuffer, bufferLength, ref bufferPosition, out int token)) 114string value = _processor.Encoding.GetString(currentLiteral.ToArray()); 146string value = _processor.Encoding.GetString(currentLiteral.ToArray()); 182byte[] data = _processor.Encoding.GetBytes(valText); 196string value = _processor.Encoding.GetString(currentLiteral.ToArray()); 296allData.Add(_processor.CurrentBuffer[bufferPosition]); 297currentLiteral.Add(_processor.CurrentBuffer[bufferPosition]); 302_processor.AdvanceBuffer(bufferPosition); 303bufferPosition = _processor.CurrentBufferPosition; 304bufferLength = _processor.CurrentBufferLength; 310string value = _processor.Encoding.GetString(currentLiteral.ToArray());