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