4 references to Contains
System.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (3)
504
&& compiledSchemaInfo.
Contains
(attQName.Namespace)
994
if (!compiledSchemaInfo.
Contains
(context.Namespace)) {
1496
if (!compiledSchemaInfo.
Contains
(NsXml)) { //We dont have a schema for xml namespace
System\Xml\Schema\XsdValidator.cs (1)
425
&& schemaInfo.
Contains
(attQName.Namespace)