Implemented interface member:
method
GetOperation
Microsoft.TemplateEngine.Core.Contracts.ITokenTrie.GetOperation(System.Byte[], System.Int32, ref System.Int32, out System.Int32)
2 references to GetOperation
Microsoft.TemplateEngine.Core (2)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (2)
81
if (!trie.
GetOperation
(processor.CurrentBuffer, bufferLength, ref currentBufferPosition, out int token))
126
if (trie.
GetOperation
(processor.CurrentBuffer, bufferLength, ref currentBufferPosition, out token))