7 references to Add
dotnet-svcutil-lib (7)
CommandProcessorOptions.cs (1)
652this.NamespaceMappings.Add(new KeyValuePair<string, string>("*", clrNamespace));
Shared\Options\ListValue.cs (3)
95this.Add(OptionValueParser.ParseValue<TValue>(value, this.Owner)); 109this.Add(item); 115this.Add(value);
Shared\Options\ListValueOption.cs (2)
84this.InnerList.Add(OptionValueParser.ParseValue<TValue>(value, this)); 127this.InnerList.Add(OptionValueParser.ParseValue<TValue>(item, this));
Shared\Options\WCFCSUpdateOptions.cs (1)
101this.References.Add(packageName);