1 write to Owner
dotnet-svcutil-lib (1)
Shared\Options\ListValueOption.cs (1)
27this.InnerList.Owner = this;
3 references to Owner
dotnet-svcutil-lib (3)
Shared\Options\ListValue.cs (3)
33throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Shared.Resources.ErrorOptionDuplicateValueFormat, this.Owner.Name, value)); 56OptionValueParser.ThrowInvalidValueIf(value == null || value.GetType() != typeof(TValue), value, this.Owner); 95this.Add(OptionValueParser.ParseValue<TValue>(value, this.Owner));