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