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