1 override of Allows
System.Private.Xml (1)
System\Xml\Schema\NamespaceList.cs (1)
391
public override bool
Allows
(string ns)
5 references to Allows
System.Private.Xml (5)
System\Xml\Schema\ContentValidator.cs (1)
149
if (list.
Allows
(wildcard.Key))
System\Xml\Schema\NamespaceList.cs (2)
118
return
Allows
(qname.Namespace);
399
return base.
Allows
(ns);
System\Xml\Schema\XmlSchemaAny.cs (1)
113
return _namespaceList!.
Allows
(qname.Namespace);
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
69
return _namespaceList!.
Allows
(qname.Namespace);