2 writes to processIdentityConstraints
System.Xml (2)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
135this.processIdentityConstraints = true; 208this.processIdentityConstraints = processIdentityConstraints;
2 references to processIdentityConstraints
System.Xml (2)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
249if (!processIdentityConstraints) { 889validator = BaseValidator.CreateInstance( valType, this, schemaCollection, eventHandling , processIdentityConstraints);