1 write to _trimWhitespace
Microsoft.TemplateEngine.Core (1)
Operations\Region.cs (1)
24
_trimWhitespace
= trimWhitespace;
2 references to _trimWhitespace
Microsoft.TemplateEngine.Core (2)
Operations\Region.cs (2)
76
processor.WhitespaceHandler(ref bufferLength, ref currentBufferPosition, wholeLine: _definition._wholeLine, trim: _definition.
_trimWhitespace
);
129
processor.WhitespaceHandler(ref bufferLength, ref i, wholeLine: _definition._wholeLine, trim: _definition.
_trimWhitespace
);