22 references to Items
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
4028global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 10362global::System.Xml.Schema.XmlSchemaObjectCollection a_4 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items;
System.Xml (20)
System\Xml\Schema\Preprocessor.cs (3)
623for (int j = 0; j < redefine.Items.Count; ++j) { 624if (!(redefine.Items[j] is XmlSchemaAnnotation)) { 733XmlSchemaObjectCollection items = redefine.Items;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
90for (int j = 0; j < rdef.Items.Count; ++j) { 91object item = rdef.Items[j];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (11)
405for (int j = 0; j < redefine.Items.Count; ++j) { 406if (!(redefine.Items[j] is XmlSchemaAnnotation)) { 489for (int i = 0; i < redefine.Items.Count; ++i) { 490SetParent(redefine.Items[i], redefine); 491XmlSchemaGroup group = redefine.Items[i] as XmlSchemaGroup; 508else if (redefine.Items[i] is XmlSchemaAttributeGroup) { 509XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)redefine.Items[i]; 525else if (redefine.Items[i] is XmlSchemaComplexType) { 526XmlSchemaComplexType complexType = (XmlSchemaComplexType)redefine.Items[i]; 548else if (redefine.Items[i] is XmlSchemaSimpleType) { 549XmlSchemaSimpleType simpleType = (XmlSchemaSimpleType)redefine.Items[i];
System\Xml\Schema\XsdBuilder.cs (4)
1338builder.redefine.Items.Add(builder.simpleType); 1484builder.redefine.Items.Add(builder.complexType); 1653builder.redefine.Items.Add(builder.attributeGroup); 1757builder.redefine.Items.Add(builder.group);