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