3 references to InputParameterData
Microsoft.TemplateEngine.Edge (3)
Template\EvaluatedInputParameterData.cs (1)
35: base(parameterDefinition, value, dataSource, inputDataState)
Template\InputDataSet.cs (1)
53return new InputParameterData(p, value, isSet ? DataSource.User : DataSource.NoSource, isSet ? InputDataStateUtil.GetInputDataState(value) : InputDataState.Unset);
Template\InputDataSetExtensions.cs (1)
25new InputParameterData(p.Key, p.Value, DataSource.User, InputDataStateUtil.GetInputDataState(p.Value)))