1 implementation of GetOperation
Microsoft.TemplateEngine.Core (1)
Util\TokenTrie.cs (1)
72public 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)
95if (_tokens.GetOperation(_processor.CurrentBuffer, bufferLength, ref bufferPosition, out int token))
Operations\Include.cs (1)
71while (!_endTokenMatcher.GetOperation(processor.CurrentBuffer, bufferLength, ref currentBufferPosition, out token))
Operations\InlineMarkupConditional.cs (2)
166if (_structureTrie.GetOperation(processorState.CurrentBuffer, bufferLength, ref currentBufferPosition, out int token)) 244if (_closeConditionTrie.GetOperation(processorState.CurrentBuffer, bufferLength, ref currentBufferPosition, out int token))
Util\ProcessorState.cs (3)
375if (match.GetOperation(buffer, nRead, ref ic, out int token) && ic >= bestPos) 427if (match.GetOperation(buffer, nRead, ref i, out token)) 510if (!trie.GetOperation(CurrentBuffer, bufferLength, ref currentBufferPosition, out _))