Base:
property
Items
Microsoft.Xml.Schema.XmlSchemaGroupBase.Items
45 references to Items
dotnet-svcutil-lib (45)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1954items = ((XmlSchemaAll)particle).Items;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (19)
1188if (all.Items.Count > 0) 1196for (int i = 0; i < all.Items.Count; ++i) 1198XmlSchemaParticle p = CannonicalizeParticle((XmlSchemaElement)all.Items[i], false, substitution); 1201newAll.Items.Add(p); 1206if (all.Items.Count == 0) 1210else if (root && all.Items.Count == 1) 1215newSequence.Items.Add((XmlSchemaParticle)all.Items[0]); 1218else if (!root && all.Items.Count == 1 && all.MinOccurs == decimal.One && all.MaxOccurs == decimal.One) 1220return (XmlSchemaParticle)all.Items[0]; 1516if (!IsValidOccurrenceRangeRestriction(derivedSequence, baseAll) || derivedSequence.Items.Count > baseAll.Items.Count) 1520BitSet map = new BitSet(baseAll.Items.Count); 1523int i = GetMappingParticle((XmlSchemaParticle)derivedSequence.Items[j], baseAll.Items); 1540for (int i = 0; i < baseAll.Items.Count; i++) 1542if (!map[i] && !IsParticleEmptiable((XmlSchemaParticle)baseAll.Items[i])) 2453AllElementsContentValidator contentValidator = new AllElementsContentValidator(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero); 2454for (int i = 0; i < all.Items.Count; ++i) 2456XmlSchemaElement localElement = (XmlSchemaElement)all.Items[i]; 2536for (int i = 0; i < all.Items.Count; ++i) 2538XmlSchemaElement localElement = (XmlSchemaElement)all.Items[i];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
1601for (int i = 0; i < schemaAll.Items.Count; ++i) 1603XmlSchemaElement element = (XmlSchemaElement)schemaAll.Items[i];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (17)
1316if (all.Items.Count > 0) 1322for (int i = 0; i < all.Items.Count; ++i) 1324XmlSchemaParticle p = CannonicalizeParticle((XmlSchemaElement)all.Items[i], false); 1327newAll.Items.Add(p); 1332if (all.Items.Count == 0) 1480XmlSchemaObjectCollection items = xsa.Items; 1800virtualAll.Items.Add(derivedElement); 1866if (!IsValidOccurrenceRangeRestriction(derivedSequence, baseAll) || derivedSequence.Items.Count > baseAll.Items.Count) 1870BitSet map = new BitSet(baseAll.Items.Count); 1873int i = GetMappingParticle((XmlSchemaParticle)derivedSequence.Items[j], baseAll.Items); 1890for (int i = 0; i < baseAll.Items.Count; i++) 1892if (!map[i] && !IsParticleEmptiable((XmlSchemaParticle)baseAll.Items[i])) 2896AllElementsContentValidator contentValidator = new AllElementsContentValidator(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero); 2897for (int i = 0; i < all.Items.Count; ++i) 2899XmlSchemaElement localElement = (XmlSchemaElement)all.Items[i]; 2979for (int i = 0; i < all.Items.Count; ++i) 2981XmlSchemaElement localElement = (XmlSchemaElement)all.Items[i];
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1331builder._all.Items.Add(builder._element);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (3)
107if (a.Items.Count == 0) 109return NameOf(a.Items); 965WriteSortedItems(o.@Items);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4276Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Items; 11455Microsoft.Xml.Schema.XmlSchemaObjectCollection a_6 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Items;