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