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)
402for (int i = 0; i < schemaToRemove.ImportedNamespaces.Count; i++) 404importedNS = (string)schemaToRemove.ImportedNamespaces[i]!; 429if (mainSchema.ImportedNamespaces.Count > 0) 433if (mainSchema.ImportedNamespaces.Contains(tns))