1 instantiation of Implementation
Microsoft.TemplateEngine.Core (1)
Operations\Conditional.cs (1)
90
return new
Implementation
(this, tokens, trie, Id, _initialState);
2 references to Implementation
Microsoft.TemplateEngine.Core (2)
Operations\Conditional.cs (2)
425
private readonly
Implementation
_implementation;
428
public EvaluationState(
Implementation
implementation)