2 writes to Particle
System.Private.Xml (2)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
741
items.
Particle
= FindGroup(refGroup.RefName).Particle;
746
items.
Particle
= (XmlSchemaGroupBase)particle;
16 references to Particle
System.Private.Xml (16)
System\Xml\Serialization\XmlSchemaImporter.cs (16)
601
return (items.
Particle
!= null) && (items.
Particle
is XmlSchemaAll);
659
if (items.
Particle
!= null)
661
ImportGroup(items.
Particle
, identifier, members, membersScope, elementsScope, typeNs, mixed, ref needExplicitOrder, order, items.IsUnbounded, allowUnboundedElements);
681
if (items.baseSimpleType != null || (items.
Particle
== null && mixed))
1279
if (items.
Particle
== null) return null;
1281
XmlSchemaGroupBase item = items.
Particle
;
1350
if ((items.
Particle
is XmlSchemaSequence || items.
Particle
is XmlSchemaAll) && items.
Particle
.Items.Count == 1 && items.
Particle
.Items[0] is XmlSchemaElement)
1352
XmlSchemaElement innerRefElement = (XmlSchemaElement)items.
Particle
.Items[0];
1371
if (items.
Particle
== null) return null;
1372
if (!(items.
Particle
is XmlSchemaAll || items.
Particle
is XmlSchemaSequence)) return null;
1374
XmlSchemaGroupBase group = (XmlSchemaGroupBase)items.
Particle
;