3 writes to _validationFlags
System.Private.Xml (3)
System\Xml\Core\XmlReaderSettings.cs (3)
271
_validationFlags
= value;
423
_validationFlags
= XmlSchemaValidationFlags.ProcessIdentityConstraints;
424
_validationFlags
|= XmlSchemaValidationFlags.AllowXmlAttributes;
1 reference to _validationFlags
System.Private.Xml (1)
System\Xml\Core\XmlReaderSettings.cs (1)
257
get =>
_validationFlags
;