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