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