4 references to TrimWhitespace
Microsoft.TemplateEngine.Core (4)
CommonOperations.cs (1)
24processor.TrimWhitespace(trimForward, trimBackward, ref bufferLength, ref currentBufferPosition);
Operations\Conditional.cs (3)
165processor.TrimWhitespace(false, true, ref bufferLength, ref currentBufferPosition); 238processor.TrimWhitespace(true, false, ref bufferLength, ref currentBufferPosition); 269processor.TrimWhitespace(true, false, ref bufferLength, ref currentBufferPosition);