6 writes to _current
Microsoft.TemplateEngine.Core (6)
Operations\Conditional.cs (6)
175
_current
= new EvaluationState(this);
180
_current
= new EvaluationState(this);
222
_current
= _pendingCompletion.Pop();
229
_current
= null;
253
_current
= _pendingCompletion.Pop();
260
_current
= null;
17 references to _current
Microsoft.TemplateEngine.Core (17)
Operations\Conditional.cs (17)
157
if (
_current
!= null || IsTokenIndexOfType(token, IfTokenBaseIndex) || IsTokenIndexOfType(token, IfTokenActionableBaseIndex))
173
if (
_current
== null)
179
_pendingCompletion.Push(
_current
);
186
if (
_current
.Evaluate(processor, ref bufferLength, ref currentBufferPosition))
196
_current
.ToggleActionableOperations(true, processor);
211
if (
_current
== null)
223
_current
.ToggleActionableOperations(
_current
.ActionableOperationsEnabled, processor);
228
_current
.ToggleActionableOperations(false, processor);
244
if (
_current
.BranchTaken)
254
_current
.ToggleActionableOperations(
_current
.ActionableOperationsEnabled, processor);
259
_current
.ToggleActionableOperations(false, processor);
280
if (
_current
.Evaluate(processor, ref bufferLength, ref currentBufferPosition))
290
_current
.ToggleActionableOperations(true, processor);
311
_current
.ToggleActionableOperations(true, processor);
314
_current
.BranchTaken = true;