3 instantiations of ParameterSetData
Microsoft.TemplateEngine.Abstractions (1)
Parameters\ParameterSetData.cs (1)
64
new
ParameterSetData
(new ParameterDefinitionSet((IReadOnlyDictionary<string, ITemplateParameter>?)null), []);
Microsoft.TemplateEngine.Edge (1)
Template\InputDataSetExtensions.cs (1)
14
return new
ParameterSetData
(
Microsoft.TemplateEngine.Utils (1)
ParameterSetDataExtensions.cs (1)
23
return new
ParameterSetData
(parametersDefinition, data);
4 references to ParameterSetData
Microsoft.TemplateEngine.Abstractions (4)
Parameters\ParameterSetData.cs (4)
14
/// Creates new instance of the <see cref="
ParameterSetData
"/> data type.
25
/// Creates new instance of the <see cref="
ParameterSetData
"/> data type, not initialized with any actual instantiation data.
34
/// Creates new instance of the <see cref="
ParameterSetData
"/> data type.
44
/// Creates new instance of the <see cref="
ParameterSetData
"/> data type.