9 references to ImportedNamespaces
System.Private.Xml (9)
System\Xml\Schema\Preprocessor.cs (5)
94_rootSchema.ImportedNamespaces.Clear(); 306if (!schema.ImportedNamespaces.Contains(importNS)) 308schema.ImportedNamespaces.Add(importNS); 696if (!_rootSchema!.ImportedNamespaces.Contains(importNS)) 698_rootSchema.ImportedNamespaces.Add(importNS);
System\Xml\Schema\XmlSchemaSet.cs (4)
414for (int i = 0; i < schemaToRemove.ImportedNamespaces.Count; i++) 416importedNS = (string)schemaToRemove.ImportedNamespaces[i]!; 441if (mainSchema.ImportedNamespaces.Count > 0) 445if (mainSchema.ImportedNamespaces.Contains(tns))