Base:
property
Items
System.Xml.Schema.XmlSchemaGroupBase.Items
44 references to Items
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
876return ((XmlSchemaAll)pt).Items;
System.Private.Xml (41)
System\Xml\Schema\Preprocessor.cs (1)
1920items = ((XmlSchemaAll)particle).Items;
System\Xml\Schema\SchemaCollectionCompiler.cs (19)
1186if (all.Items.Count > 0) 1194for (int i = 0; i < all.Items.Count; ++i) 1196XmlSchemaParticle p = CanonicalizeParticle((XmlSchemaElement)all.Items[i], false, substitution); 1199newAll.Items.Add(p); 1204if (all.Items.Count == 0) 1208else if (root && all.Items.Count == 1) 1213newSequence.Items.Add((XmlSchemaParticle)all.Items[0]); 1216else if (!root && all.Items.Count == 1 && all.MinOccurs == decimal.One && all.MaxOccurs == decimal.One) 1218return (XmlSchemaParticle)all.Items[0]; 1514if (!IsValidOccurrenceRangeRestriction(derivedSequence, baseAll) || derivedSequence.Items.Count > baseAll.Items.Count) 1518BitSet map = new BitSet(baseAll.Items.Count); 1521int i = GetMappingParticle((XmlSchemaParticle)derivedSequence.Items[j], baseAll.Items); 1538for (int i = 0; i < baseAll.Items.Count; i++) 1540if (!map[i] && !IsParticleEmptiable((XmlSchemaParticle)baseAll.Items[i])) 2368AllElementsContentValidator contentValidator = new AllElementsContentValidator(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero); 2369for (int i = 0; i < all.Items.Count; ++i) 2371XmlSchemaElement localElement = (XmlSchemaElement)all.Items[i]; 2446for (int i = 0; i < all.Items.Count; ++i) 2448XmlSchemaElement localElement = (XmlSchemaElement)all.Items[i];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1588for (int i = 0; i < schemaAll.Items.Count; ++i) 1590XmlSchemaElement element = (XmlSchemaElement)schemaAll.Items[i];
System\Xml\Schema\SchemaSetCompiler.cs (15)
1332if (all.Items.Count > 0) 1338for (int i = 0; i < all.Items.Count; ++i) 1340XmlSchemaParticle p = CanonicalizeParticle((XmlSchemaElement)all.Items[i], false); 1343newAll.Items.Add(p); 1348if (all.Items.Count == 0) 1498XmlSchemaObjectCollection items = xsa.Items; 1816virtualAll.Items.Add(derivedElement); 1880if (!IsValidOccurrenceRangeRestriction(derivedSequence, baseAll) || derivedSequence.Items.Count > baseAll.Items.Count) 1884BitSet map = new BitSet(baseAll.Items.Count); 1887int i = GetMappingParticle((XmlSchemaParticle)derivedSequence.Items[j], baseAll.Items); 1904for (int i = 0; i < baseAll.Items.Count; i++) 1906if (!map[i] && !IsParticleEmptiable((XmlSchemaParticle)baseAll.Items[i])) 2837AllElementsContentValidator contentValidator = new AllElementsContentValidator(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero); 2838for (int i = 0; i < all.Items.Count; ++i) 2840XmlSchemaElement localElement = (XmlSchemaElement)all.Items[i];
System\Xml\Schema\XsdBuilder.cs (1)
1324builder._all!.Items.Add(builder._element);
System\Xml\Serialization\SchemaObjectWriter.cs (3)
106if (a.Items.Count == 0) 108return NameOf(a.Items); 964WriteSortedItems(o.@Items);
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3995global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 11389global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Items;