1 implementation of Whitespace
Microsoft.TemplateEngine.Core (1)
Util\EncodingConfig.cs (1)
51
public ITokenTrie
Whitespace
{ get; }
3 references to Whitespace
Microsoft.TemplateEngine.Core (3)
CommonOperations.cs (3)
29
processor.SeekTargetBackWhile(processor.EncodingConfig.
Whitespace
);
37
processor.SeekTargetBackWhile(processor.EncodingConfig.
Whitespace
);
42
processor.SeekSourceForwardWhile(processor.EncodingConfig.
Whitespace
, ref bufferLength, ref currentBufferPosition);