51 references to Includes
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
239foreach (XmlSchemaExternal include in schema.Includes)
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaHelper.cs (2)
159foreach (object item in schema.Includes) 171schema.Includes.Add(import);
System\Runtime\Serialization\SchemaImporter.cs (1)
337foreach (XmlSchemaExternal ext in schema.Includes)
System.Private.Xml (47)
System\Xml\Schema\Inference\Infer.cs (6)
450for (int i = 0; i < parentSchema.Includes.Count; ++i) 452XmlSchemaImport? import = parentSchema.Includes[i] as XmlSchemaImport; 473parentSchema.Includes.Add(import); 555for (int i = 0; i < parentSchema.Includes.Count; ++i) 557XmlSchemaImport? import = parentSchema.Includes[i] as XmlSchemaImport; 574parentSchema.Includes.Add(import);
System\Xml\Schema\Preprocessor.cs (12)
247for (int i = 0; i < schema.Includes.Count; ++i) 249XmlSchemaExternal ext = (XmlSchemaExternal)schema.Includes[i]; 266for (int i = 0; i < schema.Includes.Count; ++i) 270XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 484for (int i = 0; i < schema.Includes.Count; ++i) 486XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 557for (int i = 0; i < schema.Includes.Count; ++i) 559XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 657for (int i = 0; i < schema.Includes.Count; i++) 659external = (XmlSchemaExternal)schema.Includes[i]; 961for (int i = 0; i < schema.Includes.Count; ++i) 963XmlSchemaExternal external = (XmlSchemaExternal)schema.Includes[i];
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
97for (int i = 0; i < schema.Includes.Count; ++i) 99XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (14)
71for (int i = 0; i < schema.Includes.Count; ++i) 73XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 91for (int i = 0; i < schema.Includes.Count; ++i) 93XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 138for (int i = 0; i < schema.Includes.Count; ++i) 140XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 178for (int j = 0; j < include.Schema.Includes.Count; ++j) 180XmlSchemaExternal subInc = (XmlSchemaExternal)include.Schema.Includes[j]; 271for (int i = 0; i < schema.Includes.Count; ++i) 273import = schema.Includes[i] as XmlSchemaImport; 359for (int i = 0; i < schema.Includes.Count; ++i) 361XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 477for (int i = 0; i < schema.Includes.Count; ++i) 479XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i];
System\Xml\Schema\XmlSchema.cs (3)
491that.Includes.Add(newInclude); 535for (int i = 0; i < schema.Includes.Count; ++i) 537XmlSchemaExternal ext = (XmlSchemaExternal)schema.Includes[i];
System\Xml\Schema\XsdBuilder.cs (3)
1172builder._schema.Includes.Add(builder._include); 1196builder._schema.Includes.Add(builder._import); 1223builder._schema.Includes.Add(builder._redefine);
System\Xml\Serialization\XmlSchemaExporter.cs (2)
310schema.Includes.Add(import); 334foreach (object item in schema.Includes)
System\Xml\Serialization\XmlSchemas.cs (5)
188foreach (XmlSchemaExternal external in schema.Includes) 200schema.Includes.Remove(o); 345foreach (XmlSchemaExternal external in s.Includes) 357s.Includes.Add(import); 374foreach (XmlSchemaExternal external in schema.Includes)