1 write to _items
System.Private.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
440
that.
_items
= _items;
8 references to _items
System.Private.Xml (8)
System\Xml\Schema\XmlSchema.cs (8)
298
get { return
_items
; }
440
that._items =
_items
;
460
for (int i = 0; i <
_items
.Count; ++i)
468
if ((complexType =
_items
[i] as XmlSchemaComplexType) != null)
472
else if ((element =
_items
[i] as XmlSchemaElement) != null)
476
else if ((group =
_items
[i] as XmlSchemaGroup) != null)
482
newItem =
_items
[i].Clone();
518
_items
.Add(annotation);