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