7 references to PropertiesOf
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (7)
ConfigModel\PostActionModel.cs (1)
121
foreach (var argInfo in action.
PropertiesOf
("Args"))
ConfigModel\TemplateConfigModel.cs (3)
87
BaselineInfo = BaselineInfoFromJObject(source.
PropertiesOf
("baselines"));
109
foreach (var prop in source.
PropertiesOf
(nameof(Symbols)))
180
foreach (var prop in source.
PropertiesOf
(nameof(Constraints)))
parent\Shared\JExtensions.cs (3)
298
foreach (var property in token.
PropertiesOf
(propertyName))
319
foreach (var property in token.
PropertiesOf
(propertyName))
338
foreach (var property in token.
PropertiesOf
(propertyName))