6 references to ParseValue
dotnet-svcutil-lib (6)
Shared\Options\ListValue.cs (1)
95
this.Add(OptionValueParser.
ParseValue
<TValue>(value, this.Owner));
Shared\Options\ListValueOption.cs (3)
84
this.InnerList.Add(OptionValueParser.
ParseValue
<TValue>(value, this));
98
value = OptionValueParser.
ParseValue
<TValue>(value, this);
127
this.InnerList.Add(OptionValueParser.
ParseValue
<TValue>(item, this));
Shared\Options\SingleValueOption.cs (2)
29
value = OptionValueParser.
ParseValue
<TValue>(value, this);
44
value = OptionValueParser.
ParseValue
<TValue>(value, this);