2 writes to Value
Microsoft.TemplateEngine.Edge (2)
Template\ParameterSetBuilder.cs (2)
367Value = value; 386Value = value;
8 references to Value
Microsoft.TemplateEngine.Edge (8)
Template\ParameterSetBuilder.cs (8)
76.Where(p => p.Value.Value != null) 77.ToDictionary(k => k.Key, k => k.Value.Value); 100_resolvedValues[parameter].SetValue(old.Value, old.DataSource); 198.Where(p => p.Value != null) 202variables.ToDictionary(p => p.Key, p => p.Value.Value!); 391public override string ToString() => $"{ParameterDefinition}: {Value?.ToString() ?? "<null>"}"; 397this.Value, 407return new EvalData(ParameterDefinition, Value, IsEnabledConditionResult, IsRequiredConditionResult)