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