1 write to includes
System.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
529that.includes = this.includes;
4 references to includes
System.Xml (4)
System\Xml\Schema\XmlSchema.cs (4)
327get { return includes; } 529that.includes = this.includes; 574for (int i = 0; i < this.includes.Count; ++i) { 575XmlSchemaExternal newInclude = (XmlSchemaExternal)this.includes[i].Clone();