9 references to NamespaceList
System.Xml (9)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
513
if (anyAttribute.
NamespaceList
.Allows(attName)){ //Match wildcard against global attribute
System\Xml\Schema\SchemaInfo.cs (1)
203
if (!any.
NamespaceList
.Allows(qname)) {
System\Xml\Schema\XmlSchemaAnyAttribute.cs (6)
77
return NamespaceList.IsSubset(sub.
NamespaceList
, super.
NamespaceList
);
81
NamespaceList nsl = NamespaceList.Intersection(o1.
NamespaceList
, o2.
NamespaceList
, v1Compat);
96
NamespaceList nsl = NamespaceList.Union(o1.
NamespaceList
, o2.
NamespaceList
, v1Compat);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
645
WriteAttribute("namespace", "", ToString(o.
NamespaceList
));