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