9 implementations of HandleMatch
Microsoft.TemplateEngine.Core (9)
Operations\BalancedNesting.cs (1)
78public int HandleMatch(IProcessorState processor, int bufferLength, ref int currentBufferPosition, int token)
Operations\Conditional.cs (1)
148public int HandleMatch(IProcessorState processor, int bufferLength, ref int currentBufferPosition, int token)
Operations\ExpandVariables.cs (1)
43public int HandleMatch(IProcessorState processor, int bufferLength, ref int currentBufferPosition, int token)
Operations\Include.cs (1)
62public int HandleMatch(IProcessorState processor, int bufferLength, ref int currentBufferPosition, int token)
Operations\InlineMarkupConditional.cs (1)
96public int HandleMatch(IProcessorState processor, int bufferLength, ref int currentBufferPosition, int token)
Operations\PhasedOperation.cs (1)
109public int HandleMatch(IProcessorState processor, int bufferLength, ref int currentBufferPosition, int token)
Operations\Region.cs (1)
68public int HandleMatch(IProcessorState processor, int bufferLength, ref int currentBufferPosition, int token)
Operations\Replacement.cs (1)
58public int HandleMatch(IProcessorState processor, int bufferLength, ref int currentBufferPosition, int token)
Operations\SetFlag.cs (1)
77public int HandleMatch(IProcessorState processor, int bufferLength, ref int currentBufferPosition, int token)
2 references to HandleMatch
Microsoft.TemplateEngine.Core (2)
Util\ProcessorState.cs (2)
221int bytesWritten = operation.HandleMatch(this, CurrentBufferLength, ref posedPosition, terminal.Terminal.Token); 318int bytesWritten = operation.HandleMatch(this, CurrentBufferLength, ref posedPosition, terminal.Terminal.Token);