2 instantiations of EvaluationState
Microsoft.TemplateEngine.Core (2)
Operations\Conditional.cs (2)
175_current = new EvaluationState(this); 180_current = new EvaluationState(this);
3 references to EvaluationState
Microsoft.TemplateEngine.Core (3)
Operations\Conditional.cs (3)
129private readonly Stack<EvaluationState> _pendingCompletion = new Stack<EvaluationState>(); 131private EvaluationState? _current;