10 references to NamespaceList
System.Private.Xml (10)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
566
if (anyAttribute.
NamespaceList
!.Allows(attName))
System\Xml\Schema\SchemaInfo.cs (1)
191
if (!any.
NamespaceList
!.Allows(qname))
System\Xml\Schema\XmlSchemaAnyAttribute.cs (7)
19
get { return _ns ??
NamespaceList
?.ToString(); }
74
return NamespaceList.IsSubset(sub.
NamespaceList
!, super.
NamespaceList
!);
79
NamespaceList? nsl = NamespaceList.Intersection(o1.
NamespaceList
!, o2.
NamespaceList
!, v1Compat);
97
NamespaceList? nsl = NamespaceList.Union(o1.
NamespaceList
!, o2.
NamespaceList
!, v1Compat);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
778
WriteAttribute("namespace", "", ToString(o.
NamespaceList
));