3 references to Items
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
ConfigModel\ExtendedFileSource.cs (1)
72
foreach (JsonObject entry in jObject.
Items
<JsonObject>(nameof(src.Modifiers)))
ConfigModel\ParameterSymbol.cs (1)
42
foreach (JsonObject choiceObject in jObject.
Items
<JsonObject>(nameof(Choices)))
ConfigModel\TemplateConfigModel.cs (1)
80
foreach (JsonObject item in source.
Items
<JsonObject>(nameof(Sources)))