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)
129
private readonly Stack<
EvaluationState
> _pendingCompletion = new Stack<
EvaluationState
>();
131
private
EvaluationState
? _current;