6 references to AllowXmlAttributes
System.Data.Services.Design (1)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
273XmlSchemaValidationFlags validationFlags = XmlSchemaValidationFlags.AllowXmlAttributes;
System.Xml (4)
System\Xml\Core\XmlReaderSettings.cs (2)
317XmlSchemaValidationFlags.AllowXmlAttributes)) { 535validationFlags |= XmlSchemaValidationFlags.AllowXmlAttributes;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
90XmlSchemaValidationFlags validationFlags = XmlSchemaValidationFlags.AllowXmlAttributes;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1495if (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)
38XmlSchemaValidationFlags validationFlags = XmlSchemaValidationFlags.AllowXmlAttributes;