77 references to Includes
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
218foreach(XmlSchemaExternal include in schema.Includes) {
System.Runtime.Serialization (3)
System\Runtime\Serialization\SchemaHelper.cs (2)
171foreach (object item in schema.Includes) 183schema.Includes.Add(import);
System\Runtime\Serialization\SchemaImporter.cs (1)
345foreach (XmlSchemaExternal ext in schema.Includes)
System.ServiceModel (12)
System\ServiceModel\Description\MessageContractExporter.cs (2)
316foreach (object include in xsd.Includes) 333xsd.Includes.Add(imp);
System\ServiceModel\Description\MessageContractImporter.cs (3)
875foreach (XmlSchemaExternal include in xsd.Includes) 1023foreach (object include in schema.Includes) 1040foreach (XmlSchemaExternal external in schema.Includes)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
590foreach (XsdNS.XmlSchemaExternal external in schema.Includes)
System\ServiceModel\Description\SchemaHelper.cs (2)
45foreach (object item in schema.Includes) 54schema.Includes.Add(import);
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1218foreach (XmlSchemaObject o in xsdDoc.Includes)
System\ServiceModel\Description\WsdlHelper.cs (1)
60foreach (XmlSchemaObject schemaObject in schema.Includes)
System\ServiceModel\Security\WSTrustServiceContract.cs (2)
1990foreach (XmlSchemaObject include in xmlSchema.Includes) 2020importedSchema.Includes.Add(import);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
270schema.Includes.Add(importElement);
System.Web.Services (11)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
104schema.Includes.Add(import);
System\Web\Services\Description\SchemaCompiler.cs (2)
35foreach (XmlSchemaExternal ex in schema.Includes) { 43schema.Includes.Add(newImport);
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
399foreach (XmlSchemaExternal external in schema.Includes) {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
1838global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Includes; 6821global::System.Xml.Schema.XmlSchemaObjectCollection a_7 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Includes;
System\Web\Services\Discovery\ContractReference.cs (1)
202foreach (XmlSchemaExternal external in schema.Includes) {
System\Web\Services\Discovery\SchemaReference.cs (2)
110foreach (XmlSchemaExternal external in schema.Includes) { 206foreach (XmlSchemaExternal external in schema.Includes) {
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (2)
128schema.Includes.Add(include); 138schema.Includes.Add(import);
System.Xml (49)
System\Xml\Schema\Inference\Infer.cs (6)
469for (int i = 0; i < parentSchema.Includes.Count; ++i) 471XmlSchemaImport import = parentSchema.Includes[i] as XmlSchemaImport; 490parentSchema.Includes.Add(import); 572for (int i = 0; i < parentSchema.Includes.Count; ++i) 574XmlSchemaImport import = parentSchema.Includes[i] as XmlSchemaImport; 591parentSchema.Includes.Add(import);
System\Xml\Schema\Preprocessor.cs (12)
226for (int i = 0; i < schema.Includes.Count; ++i) { 227XmlSchemaExternal ext = (XmlSchemaExternal)schema.Includes[i]; 243for (int i = 0; i < schema.Includes.Count; ++i) { 246XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 427for (int i = 0; i < schema.Includes.Count; ++i) { 428XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 492for (int i = 0; i < schema.Includes.Count; ++i) { 493XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 577for (int i = 0; i < schema.Includes.Count; i++) { 578external = (XmlSchemaExternal) schema.Includes[i]; 834for (int i = 0; i < schema.Includes.Count; ++i) { 835XmlSchemaExternal external = (XmlSchemaExternal)schema.Includes[i];
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
79for (int i = 0; i < schema.Includes.Count; ++i) { 80XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (14)
66for (int i = 0; i < schema.Includes.Count; ++i) { 67XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 82for (int i = 0; i < schema.Includes.Count; ++i) { 83XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 125for (int i = 0; i < schema.Includes.Count; ++i) { 126XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 156for (int j = 0; j < include.Schema.Includes.Count; ++j) { 157XmlSchemaExternal subInc = (XmlSchemaExternal)include.Schema.Includes[j]; 236for (int i = 0; i < schema.Includes.Count; ++i) { 237import = schema.Includes[i] as XmlSchemaImport; 306for (int i = 0; i < schema.Includes.Count; ++i) { 307XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i]; 397for (int i = 0; i < schema.Includes.Count; ++i) { 398XmlSchemaExternal include = (XmlSchemaExternal)schema.Includes[i];
System\Xml\Schema\XmlSchema.cs (3)
576that.Includes.Add(newInclude); 629for (int i = 0; i < schema.Includes.Count; ++i) { 630XmlSchemaExternal ext = (XmlSchemaExternal)schema.Includes[i];
System\Xml\Schema\XsdBuilder.cs (3)
1123builder.schema.Includes.Add(builder.include); 1144builder.schema.Includes.Add(builder.import); 1167builder.schema.Includes.Add(builder.redefine);
System\Xml\Serialization\SoapSchemaExporter.cs (2)
127schema.Includes.Add(import); 140foreach (object item in schema.Includes) {
System\Xml\Serialization\XmlSchemaExporter.cs (2)
306schema.Includes.Add(import); 327foreach (object item in schema.Includes) {
System\Xml\Serialization\XmlSchemas.cs (5)
254foreach (XmlSchemaExternal external in schema.Includes) { 262schema.Includes.Remove(o); 383foreach (XmlSchemaExternal external in s.Includes) { 392s.Includes.Add(import); 404foreach (XmlSchemaExternal external in schema.Includes) {