9 references to ImportedNamespaces
System.Xml (9)
System\Xml\Schema\Preprocessor.cs (5)
92rootSchema.ImportedNamespaces.Clear(); 276if (!schema.ImportedNamespaces.Contains(importNS)) { 277schema.ImportedNamespaces.Add(importNS); 609if (!rootSchema.ImportedNamespaces.Contains(importNS)) { 610rootSchema.ImportedNamespaces.Add(importNS);
System\Xml\Schema\XmlSchemaSet.cs (4)
450for (int i = 0; i < schemaToRemove.ImportedNamespaces.Count; i++) { 451importedNS = (string)schemaToRemove.ImportedNamespaces[i]; 474if (mainSchema.ImportedNamespaces.Count > 0) { 476if (mainSchema.ImportedNamespaces.Contains(tns)) {