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