1 implementation of LineEndings
Microsoft.TemplateEngine.Core (1)
Util\EncodingConfig.cs (1)
43
public ITokenTrie
LineEndings
{ get; }
10 references to LineEndings
Microsoft.TemplateEngine.Core (10)
CommonOperations.cs (2)
30
processor.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)
161
processor.SeekTargetBackUntil(processor.EncodingConfig.
LineEndings
);
190
processor.SeekSourceForwardUntil(processor.EncodingConfig.
LineEndings
, ref bufferLength, ref currentBufferPosition, consumeToken: true);
234
processor.SeekSourceForwardUntil(processor.EncodingConfig.
LineEndings
, ref bufferLength, ref currentBufferPosition, consumeToken: true);
246
processor.SeekTargetBackUntil(processor.EncodingConfig.
LineEndings
, true);
265
processor.SeekSourceForwardUntil(processor.EncodingConfig.
LineEndings
, ref bufferLength, ref currentBufferPosition, consumeToken: false);
284
processor.SeekSourceForwardUntil(processor.EncodingConfig.
LineEndings
, ref bufferLength, ref currentBufferPosition, consumeToken: true);
351
processor.SeekSourceForwardUntil(processor.EncodingConfig.
LineEndings
, ref bufferLength, ref currentBufferPosition, consumeToken: true);
Operations\SetFlag.cs (1)
96
processor.SeekSourceForwardUntil(processor.EncodingConfig.
LineEndings
, ref bufferLength, ref currentBufferPosition, consumeToken: true);