1 implementation of GetOperation
Microsoft.TemplateEngine.Core (1)
Util\TokenTrie.cs (1)
72
public bool
GetOperation
(byte[] buffer, int bufferLength, ref int currentBufferPosition, out int token)
8 references to GetOperation
Microsoft.TemplateEngine.Core (8)
CommonOperations.cs (1)
44
_ = processor.EncodingConfig.LineEndings.
GetOperation
(processor.CurrentBuffer, bufferLength, ref currentBufferPosition, out _);
Expressions\ScopeBuilder.cs (1)
95
if (_tokens.
GetOperation
(_processor.CurrentBuffer, bufferLength, ref bufferPosition, out int token))
Operations\Include.cs (1)
71
while (!_endTokenMatcher.
GetOperation
(processor.CurrentBuffer, bufferLength, ref currentBufferPosition, out token))
Operations\InlineMarkupConditional.cs (2)
166
if (_structureTrie.
GetOperation
(processorState.CurrentBuffer, bufferLength, ref currentBufferPosition, out int token))
244
if (_closeConditionTrie.
GetOperation
(processorState.CurrentBuffer, bufferLength, ref currentBufferPosition, out int token))
Util\ProcessorState.cs (3)
375
if (match.
GetOperation
(buffer, nRead, ref ic, out int token) && ic >= bestPos)
427
if (match.
GetOperation
(buffer, nRead, ref i, out token))
510
if (!trie.
GetOperation
(CurrentBuffer, bufferLength, ref currentBufferPosition, out _))