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