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