2 writes to constraints
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
191
constraints
= new XmlSchemaObjectCollection();
336
newElem.
constraints
= null;
4 references to constraints
System.Xml (4)
System\Xml\Schema\XmlSchemaElement.cs (4)
190
if (
constraints
== null) {
193
return
constraints
;
284
get { return
constraints
!= null &&
constraints
.Count > 0; }