2 implementations of HasParameterValue
Microsoft.TemplateEngine.Edge (2)
Template\ParameterSetBuilder.cs (1)
106
public bool
HasParameterValue
(ITemplateParameter parameter) => _resolvedValues[parameter].InputDataState != InputDataState.Unset;
Template\TemplateCreator.cs (1)
527
public bool
HasParameterValue
(ITemplateParameter parameter) => throw new NotImplementedException();