6 references to CastValue
dotnet-svcutil-lib (6)
Shared\Options\ListValue.cs (6)
37
this.InnerList.Insert(index,
CastValue
(e.Value));
90
set { this[index] =
CastValue
(value); }
120
this.Insert(index,
CastValue
(value));
143
return this.Contains(
CastValue
(value));
153
return this.IndexOf(
CastValue
(value));
158
Remove(
CastValue
(value));