1 write to Values
Microsoft.TemplateEngine.Utils (1)
MultiValueParameter.cs (1)
22Values = values;
5 references to Values
Microsoft.TemplateEngine.Utils (5)
MultiValueParameter.cs (5)
66public override string ToString() => string.Join(MultiValueSeparator.ToString(), Values); 88public override int GetHashCode() => Values.OrderBy(v => v).ToCsvString().GetHashCode(); 92var set1 = new HashSet<string>(Values); 93var set2 = new HashSet<string>(other.Values); 99foreach (string s in mv.Values)