3 references to Allows
System.Xml (3)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
513if (anyAttribute.NamespaceList.Allows(attName)){ //Match wildcard against global attribute
System\Xml\Schema\ContentValidator.cs (1)
128if (name != XmlQualifiedName.Empty && list.Allows(name)) {
System\Xml\Schema\SchemaInfo.cs (1)
203if (!any.NamespaceList.Allows(qname)) {