9 references to ImportedNamespaces
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (5)
99_rootSchema.ImportedNamespaces.Clear(); 326if (!schema.ImportedNamespaces.Contains(importNS)) 328schema.ImportedNamespaces.Add(importNS); 722if (!_rootSchema.ImportedNamespaces.Contains(importNS)) 724_rootSchema.ImportedNamespaces.Add(importNS);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
525for (int i = 0; i < schemaToRemove.ImportedNamespaces.Count; i++) 527importedNS = (string)schemaToRemove.ImportedNamespaces[i]; 554if (mainSchema.ImportedNamespaces.Count > 0) 558if (mainSchema.ImportedNamespaces.Contains(tns))