7 references to Add
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceCollection.cs (2)
88this.Add(value[i]); 106this.Add(value[i]);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
426compileUnit.Namespaces.Add(mainNamespace);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1271codeNamespaceCollection.Add(codeNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
126targetCompileUnit.Namespaces.Add(codeNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
741_codeNamespaces.Add(codeNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
52options.CodeCompileUnit.Namespaces.Add(targetCodeNamespace);