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