6 references to AllowXmlAttributes
System.Data.Services.Design (1)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
273
XmlSchemaValidationFlags validationFlags = XmlSchemaValidationFlags.
AllowXmlAttributes
;
System.Xml (4)
System\Xml\Core\XmlReaderSettings.cs (2)
317
XmlSchemaValidationFlags.
AllowXmlAttributes
)) {
535
validationFlags |= XmlSchemaValidationFlags.
AllowXmlAttributes
;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
90
XmlSchemaValidationFlags validationFlags = XmlSchemaValidationFlags.
AllowXmlAttributes
;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1495
if (Ref.Equal(attQName.Namespace, NsXml) && (validationFlags & XmlSchemaValidationFlags.
AllowXmlAttributes
) != 0) { //Need to check if this attribute is an xml attribute
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
38
XmlSchemaValidationFlags validationFlags = XmlSchemaValidationFlags.
AllowXmlAttributes
;