1 implementation of GetOperation
Microsoft.TemplateEngine.Core (1)
Util\TokenTrie.cs (1)
77public bool GetOperation(byte[] buffer, int bufferLength, ref int currentBufferPosition, bool mustMatchPosition, out int token)
1 reference to GetOperation
Microsoft.TemplateEngine.Core (1)
Util\ProcessorState.cs (1)
482if (match.GetOperation(CurrentBuffer, bufferLength, ref currentBufferPosition, false, out int token))