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