2 writes to import
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
950
this.
import
= (XmlSchemaImport)container;
1143
builder.xso = builder.
import
= new XmlSchemaImport();
4 references to import
System.Xml (4)
System\Xml\Schema\XsdBuilder.cs (4)
827
container = this.
import
;
1144
builder.schema.Includes.Add(builder.
import
);
1148
builder.
import
.Namespace = value;
1152
builder.
import
.SchemaLocation = value;