3 writes to EndIfKeywords
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
OperationConfig\ConditionalConfig.cs (1)
91EndIfKeywords = new[] { "End If" },
OperationConfig\ConditionalKeywords.cs (2)
22EndIfKeywords = DefaultEndIfKeywords; 61keywords.EndIfKeywords = new[] { endIfKeyword! };
3 references to EndIfKeywords
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
OperationConfig\ConditionalBlockCommentConfig.cs (1)
76foreach (string endIfKeyword in keywords.EndIfKeywords)
OperationConfig\ConditionalConfig.cs (1)
159foreach (string endifKeyword in defaultKeywords.EndIfKeywords)
OperationConfig\ConditionalLineCommentConfig.cs (1)
67foreach (string endIfKeyword in keywords.EndIfKeywords)