1 write to items
System.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
532
that.
items
= this.items;
8 references to items
System.Xml (8)
System\Xml\Schema\XmlSchema.cs (8)
343
get { return
items
; }
532
that.items = this.
items
;
551
for (int i = 0; i < this.
items
.Count; ++i) {
558
if ((complexType =
items
[i] as XmlSchemaComplexType) != null) {
561
else if ((element =
items
[i] as XmlSchemaElement) != null) {
564
else if ((group =
items
[i] as XmlSchemaGroup) != null) {
568
newItem =
items
[i].Clone();
598
items
.Add(annotation);