12 references to ProcessIdentityConstraints
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSchema.cs (3)
265
xmlReaderSettings.ValidationFlags = System.Xml.Schema.XmlSchemaValidationFlags.
ProcessIdentityConstraints
| System.Xml.Schema.XmlSchemaValidationFlags.ReportValidationWarnings;
350
_xmlReaderSettings.ValidationFlags = System.Xml.Schema.XmlSchemaValidationFlags.
ProcessIdentityConstraints
| System.Xml.Schema.XmlSchemaValidationFlags.ReportValidationWarnings;
759
_xmlReaderSettings.ValidationFlags = System.Xml.Schema.XmlSchemaValidationFlags.
ProcessIdentityConstraints
| System.Xml.Schema.XmlSchemaValidationFlags.ReportValidationWarnings;
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
267
readerSettings.ValidationFlags &= ~System.Xml.Schema.XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
366
readerSettings.ValidationFlags = XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
System.Xml (6)
System\Xml\Core\XmlReaderSettings.cs (3)
316
XmlSchemaValidationFlags.ReportValidationWarnings | XmlSchemaValidationFlags.
ProcessIdentityConstraints
|
534
validationFlags = XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
593
return new XmlValidatingReaderImpl(baseReader, this.GetEventHandler(), (this.ValidationFlags & XmlSchemaValidationFlags.
ProcessIdentityConstraints
) != 0);
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
250
settings.ValidationFlags &= ~XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
96
validationFlags |= XmlSchemaValidationFlags.
ProcessIdentityConstraints
;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1714
return (validationFlags & XmlSchemaValidationFlags.
ProcessIdentityConstraints
) != 0;
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
44
validationFlags |= XmlSchemaValidationFlags.
ProcessIdentityConstraints
;