2 writes to Particle
System.Xml (2)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
736
items.
Particle
= FindGroup(refGroup.RefName).Particle;
740
items.
Particle
= (XmlSchemaGroupBase)particle;
16 references to Particle
System.Xml (16)
System\Xml\Serialization\XmlSchemaImporter.cs (16)
619
return (items.
Particle
!= null) && (items.
Particle
is XmlSchemaAll);
667
if (items.
Particle
!= null) {
668
ImportGroup(items.
Particle
, identifier, members, membersScope, elementsScope, typeNs, mixed, ref needExplicitOrder, order, items.IsUnbounded, allowUnboundedElements);
684
if (items.baseSimpleType != null || (items.
Particle
== null && mixed)) {
1197
if (items.
Particle
== null) return null;
1199
XmlSchemaGroupBase item = items.
Particle
;
1266
if ((items.
Particle
is XmlSchemaSequence || items.
Particle
is XmlSchemaAll) && items.
Particle
.Items.Count == 1 && items.
Particle
.Items[0] is XmlSchemaElement)
1268
XmlSchemaElement innerRefElement = (XmlSchemaElement)items.
Particle
.Items[0];
1285
if (items.
Particle
== null) return null;
1286
if (!(items.
Particle
is XmlSchemaAll || items.
Particle
is XmlSchemaSequence)) return null;
1288
XmlSchemaGroupBase group = (XmlSchemaGroupBase) items.
Particle
;