2 writes to include
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
947
this.
include
= (XmlSchemaInclude)container;
1122
builder.xso = builder.
include
= new XmlSchemaInclude();
3 references to include
System.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
824
container = this.
include
;
1123
builder.schema.Includes.Add(builder.
include
);
1127
builder.
include
.SchemaLocation = value;