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)
95
if (_tokens.GetOperation(
_processor
.CurrentBuffer, bufferLength, ref bufferPosition, out int token))
114
string value =
_processor
.Encoding.GetString(currentLiteral.ToArray());
146
string value =
_processor
.Encoding.GetString(currentLiteral.ToArray());
182
byte[] data =
_processor
.Encoding.GetBytes(valText);
196
string value =
_processor
.Encoding.GetString(currentLiteral.ToArray());
296
allData.Add(
_processor
.CurrentBuffer[bufferPosition]);
297
currentLiteral.Add(
_processor
.CurrentBuffer[bufferPosition]);
302
_processor
.AdvanceBuffer(bufferPosition);
303
bufferPosition =
_processor
.CurrentBufferPosition;
304
bufferLength =
_processor
.CurrentBufferLength;
310
string value =
_processor
.Encoding.GetString(currentLiteral.ToArray());