3 references to GetMandatoryParameterArray
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
Macros\JoinMacroConfig.cs (1)
32JsonArray jArray = GetMandatoryParameterArray(generatedSymbolConfig, SymbolsPropertyName);
Macros\RegexMacroConfig.cs (1)
34JsonArray jArray = GetMandatoryParameterArray(generatedSymbolConfig, StepsPropertyName);
Macros\SwitchMacroConfig.cs (1)
33JsonArray jArray = GetMandatoryParameterArray(generatedSymbolConfig, CasesPropertyName);