1 implementation of GetOperation
Microsoft.TemplateEngine.Core (1)
Util\TokenTrie.cs (1)
77
public 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)
482
if (match.
GetOperation
(CurrentBuffer, bufferLength, ref currentBufferPosition, false, out int token))