14 references to Add
dotnet-svcutil-lib (7)
CommandProcessorOptions.cs (1)
654
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);
dotnet-svcutil-lib.Tests (7)
E2ETests.cs (3)
273
updateOptions.References.
Add
(ProjectDependency.FromPackage("Newtonsoft.Json", "*"));
298
updateOptions.References.
Add
(ProjectDependency.FromPackage("Newtonsoft.Json", "*"));
358
wcfcsoptions.NamespaceMappings.
Add
(new KeyValuePair<string, string>("*", $"{testCaseName}_NS"));
GlobalToolTests.cs (3)
189
options.Inputs.
Add
(new Uri(url));
190
options.References.
Add
(Microsoft.Tools.ServiceModel.Svcutil.ProjectDependency.FromPackage("Newtonsoft.Json", "13.0.1"));
193
options.NamespaceMappings.
Add
(new System.Collections.Generic.KeyValuePair<string, string>("*", ns));
ProjectUtils.cs (1)
187
updateOptions.NamespaceMappings.
Add
(new KeyValuePair<string, string>("*", referenceNamespace));