1 instantiation of JsonContentParameters
Microsoft.TemplateEngine.Cli (1)
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (1)
288
return new
JsonContentParameters
(parentProperty, newJsonPropertyName, newJsonPropertyValue);
5 references to JsonContentParameters
Microsoft.TemplateEngine.Cli (5)
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (5)
123
var
newJsonElementProperties =
JsonContentParameters
.CreateFromPostAction(action);
264
/// Creates an instance of <see cref="
JsonContentParameters
"/> based on the configured arguments in the Post Action.
267
/// <returns>A <see cref="
JsonContentParameters
"/> instance, or null if no instance could be created.</returns>
268
public static
JsonContentParameters
? CreateFromPostAction(IPostAction action)