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