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