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