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