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