5 references to AllowXmlAttributes
System.Private.Xml (4)
System\Xml\Core\XmlReaderSettings.cs (2)
266
| XmlSchemaValidationFlags.
AllowXmlAttributes
))
424
_validationFlags |= XmlSchemaValidationFlags.
AllowXmlAttributes
;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
88
XmlSchemaValidationFlags validationFlags = XmlSchemaValidationFlags.
AllowXmlAttributes
;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1782
if (Ref.Equal(attQName.Namespace, _nsXml) && (_validationFlags & XmlSchemaValidationFlags.
AllowXmlAttributes
) != 0)
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
44
XmlSchemaValidationFlags validationFlags = XmlSchemaValidationFlags.
AllowXmlAttributes
;