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)
157if (_current != null || IsTokenIndexOfType(token, IfTokenBaseIndex) || IsTokenIndexOfType(token, IfTokenActionableBaseIndex)) 173if (_current == null) 179_pendingCompletion.Push(_current); 186if (_current.Evaluate(processor, ref bufferLength, ref currentBufferPosition)) 196_current.ToggleActionableOperations(true, processor); 211if (_current == null) 223_current.ToggleActionableOperations(_current.ActionableOperationsEnabled, processor); 228_current.ToggleActionableOperations(false, processor); 244if (_current.BranchTaken) 254_current.ToggleActionableOperations(_current.ActionableOperationsEnabled, processor); 259_current.ToggleActionableOperations(false, processor); 280if (_current.Evaluate(processor, ref bufferLength, ref currentBufferPosition)) 290_current.ToggleActionableOperations(true, processor); 311_current.ToggleActionableOperations(true, processor); 314_current.BranchTaken = true;