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