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