1 write to _items
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSequence.cs (1)
29
_items
= newItems;
2 references to _items
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaSequence.cs (2)
19
get { return
_items
; }
24
get { return base.IsEmpty ||
_items
.Count == 0; }