1 implementation of SeekSourceForwardWhile
Microsoft.TemplateEngine.Core (1)
Util\ProcessorState.cs (1)
498
public void
SeekSourceForwardWhile
(ITokenTrie trie, ref int bufferLength, ref int currentBufferPosition)
1 reference to SeekSourceForwardWhile
Microsoft.TemplateEngine.Core (1)
CommonOperations.cs (1)
42
processor.
SeekSourceForwardWhile
(processor.EncodingConfig.Whitespace, ref bufferLength, ref currentBufferPosition);