2 writes to _isUpaEnforced
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
66set { _isUpaEnforced = value; } 78_isUpaEnforced = false;
1 reference to _isUpaEnforced
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
65get { return _isUpaEnforced; }