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