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