1 implementation of LineEndings
Microsoft.TemplateEngine.Core (1)
Util\EncodingConfig.cs (1)
43public ITokenTrie LineEndings { get; }
10 references to LineEndings
Microsoft.TemplateEngine.Core (10)
CommonOperations.cs (2)
30processor.SeekSourceForwardUntil(processor.EncodingConfig.LineEndings, ref bufferLength, ref currentBufferPosition, consumeToken: true); 44_ = processor.EncodingConfig.LineEndings.GetOperation(processor.CurrentBuffer, bufferLength, ref currentBufferPosition, out _);
Operations\Conditional.cs (7)
161processor.SeekTargetBackUntil(processor.EncodingConfig.LineEndings); 190processor.SeekSourceForwardUntil(processor.EncodingConfig.LineEndings, ref bufferLength, ref currentBufferPosition, consumeToken: true); 234processor.SeekSourceForwardUntil(processor.EncodingConfig.LineEndings, ref bufferLength, ref currentBufferPosition, consumeToken: true); 246processor.SeekTargetBackUntil(processor.EncodingConfig.LineEndings, true); 265processor.SeekSourceForwardUntil(processor.EncodingConfig.LineEndings, ref bufferLength, ref currentBufferPosition, consumeToken: false); 284processor.SeekSourceForwardUntil(processor.EncodingConfig.LineEndings, ref bufferLength, ref currentBufferPosition, consumeToken: true); 351processor.SeekSourceForwardUntil(processor.EncodingConfig.LineEndings, ref bufferLength, ref currentBufferPosition, consumeToken: true);
Operations\SetFlag.cs (1)
96processor.SeekSourceForwardUntil(processor.EncodingConfig.LineEndings, ref bufferLength, ref currentBufferPosition, consumeToken: true);