9 references to ImportedNamespaces
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (5)
99
_rootSchema.
ImportedNamespaces
.Clear();
326
if (!schema.
ImportedNamespaces
.Contains(importNS))
328
schema.
ImportedNamespaces
.Add(importNS);
722
if (!_rootSchema.
ImportedNamespaces
.Contains(importNS))
724
_rootSchema.
ImportedNamespaces
.Add(importNS);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
525
for (int i = 0; i < schemaToRemove.
ImportedNamespaces
.Count; i++)
527
importedNS = (string)schemaToRemove.
ImportedNamespaces
[i];
554
if (mainSchema.
ImportedNamespaces
.Count > 0)
558
if (mainSchema.
ImportedNamespaces
.Contains(tns))