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