2 writes to _constraints
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
149
_constraints
??= new XmlSchemaObjectCollection();
296
newElem.
_constraints
= null;
2 references to _constraints
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
234
get { return
_constraints
!= null &&
_constraints
.Count > 0; }