2 writes to Particle
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
845
items.
Particle
= FindGroup(refGroup.RefName).Particle;
850
items.
Particle
= (XmlSchemaGroupBase)particle;
16 references to Particle
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (16)
706
return (items.
Particle
!= null) && (items.
Particle
is XmlSchemaAll);
760
if (items.
Particle
!= null)
762
ImportGroup(items.
Particle
, identifier, members, membersScope, elementsScope, typeNs, mixed, ref needExplicitOrder, order, items.IsUnbounded, allowUnboundedElements);
782
if (items.baseSimpleType != null || (items.
Particle
== null && mixed))
1381
if (items.
Particle
== null) return null;
1383
XmlSchemaGroupBase item = items.
Particle
;
1453
if ((items.
Particle
is XmlSchemaSequence || items.
Particle
is XmlSchemaAll) && items.
Particle
.Items.Count == 1 && items.
Particle
.Items[0] is XmlSchemaElement)
1455
XmlSchemaElement innerRefElement = (XmlSchemaElement)items.
Particle
.Items[0];
1473
if (items.
Particle
== null) return null;
1474
if (!(items.
Particle
is XmlSchemaAll || items.
Particle
is XmlSchemaSequence)) return null;
1476
XmlSchemaGroupBase group = (XmlSchemaGroupBase)items.
Particle
;