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