Base:
property
Items
Microsoft.Xml.Schema.XmlSchemaGroupBase.Items
59 references to Items
dotnet-svcutil-lib (59)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (4)
1080
for (int i = 0; i < xsch.
Items
.Count; ++i)
1082
XmlSchemaElement el = xsch.
Items
[i] as XmlSchemaElement;
1101
XmlSchemaElement subElement = AddElement(xtr.LocalName, xtr.Prefix, xtr.NamespaceURI, parentSchema, xsch.
Items
, -1);
1200
xsc.
Items
.Add(CreateNewElementforChoice((XmlSchemaElement)xss.Items[i]));
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1976
items = ((XmlSchemaChoice)particle).
Items
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (21)
450
for (int j = 0; j < g.Choice.
Items
.Count; ++j)
452
substitutionGroup.Choice.
Items
.Add(g.Choice.
Items
[j]);
457
substitutionGroup.Choice.
Items
.Add(element);
460
substitutionGroup.Choice.
Items
.Add(examplar);
1059
if (choice != null && choice.
Items
.Count == 0)
1236
if (choice.
Items
.Count > 0)
1241
for (int i = 0; i < choice.
Items
.Count; ++i)
1243
XmlSchemaParticle p1 = CannonicalizeParticle((XmlSchemaParticle)choice.
Items
[i], false, substitution);
1249
for (int j = 0; j < particleChoice.
Items
.Count; ++j)
1251
newChoice.
Items
.Add(particleChoice.
Items
[j]);
1256
newChoice.
Items
.Add(p1);
1262
if (!root && choice.
Items
.Count == 0)
1270
else if (!root && choice.
Items
.Count == 1 && choice.MinOccurs == decimal.One && choice.MaxOccurs == decimal.One)
1272
return (XmlSchemaParticle)choice.
Items
[0];
1554
if (!IsValidOccurrenceRangeRestriction(minOccurs, maxOccurs, baseChoice.MinOccurs, baseChoice.MaxOccurs) || derivedSequence.Items.Count > baseChoice.
Items
.Count)
1560
if (GetMappingParticle((XmlSchemaParticle)derivedSequence.Items[i], baseChoice.
Items
) < 0)
1626
if (((XmlSchemaChoice)particle).
Items
.Count == 0)
1635
for (int i = 0; i < choice.
Items
.Count; ++i)
1638
CalculateEffectiveTotalRange((XmlSchemaParticle)choice.
Items
[i], out min, out max);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1623
XmlSchemaObjectCollection choices = choice.
Items
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (22)
1179
if (choice != null && choice.
Items
.Count == 0)
1237
choice.
Items
.Add((XmlSchemaElement)substitutionGroup.Members[i]);
1350
if (choice.
Items
.Count > 0)
1356
for (int i = 0; i < choice.
Items
.Count; ++i)
1358
XmlSchemaParticle p1 = CannonicalizeParticle((XmlSchemaParticle)choice.
Items
[i], false);
1364
for (int j = 0; j < p1Choice.
Items
.Count; ++j)
1366
newChoice.
Items
.Add(p1Choice.
Items
[j]);
1371
newChoice.
Items
.Add(p1);
1377
if (!root && choice.
Items
.Count == 0)
1385
else if (!root && choice.
Items
.Count == 1 && choice.MinOccurs == decimal.One && choice.MaxOccurs == decimal.One)
1387
return (XmlSchemaParticle)choice.
Items
[0];
1463
XmlSchemaObjectCollection items = xsc.
Items
;
1788
virtualChoice.
Items
.Add(derivedElement);
1817
for (int i = 0; i < derivedChoice.
Items
.Count; ++i)
1819
if (GetMappingParticle((XmlSchemaParticle)derivedChoice.
Items
[i], baseChoice.
Items
) < 0)
1912
if (!IsValidOccurrenceRangeRestriction(minOccurs, maxOccurs, baseChoice.MinOccurs, baseChoice.MaxOccurs) || derivedSequence.Items.Count > baseChoice.
Items
.Count)
1918
if (GetMappingParticle((XmlSchemaParticle)derivedSequence.Items[i], baseChoice.
Items
) < 0)
1962
if (choice.
Items
.Count == 0)
1970
for (int i = 0; i < choice.
Items
.Count; ++i)
1973
CalculateEffectiveTotalRange((XmlSchemaParticle)choice.
Items
[i], out min, out max);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1334
builder._choice.
Items
.Add(builder._element);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (3)
114
if (c.
Items
.Count == 0)
116
return NameOf(c.
Items
);
1145
WriteSortedItems(o.
@Items
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
289
if (choice.
Items
.Count > 0) group.Items.Add(choice);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
702
if (choice.
Items
.Count > 0) group.Items.Add(choice);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
1203
choice.
Items
.Add(elements[i]);
1205
choice.
Items
.Add(element);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4325
Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Items
;
11547
Microsoft.Xml.Schema.XmlSchemaObjectCollection a_6 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Items
;