2 writes to _constraints
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (2)
211_constraints = new XmlSchemaObjectCollection(); 381newElem._constraints = null;
4 references to _constraints
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (4)
209if (_constraints == null) 213return _constraints; 319get { return _constraints != null && _constraints.Count > 0; }