4 writes to Particle
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
159
extension.
Particle
= rootSequence;
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
366
newComplexExt.
Particle
= CloneParticle(complexExt.Particle, parentSchema);
System\Xml\Schema\XsdBuilder.cs (1)
2402
_complexContentExtension.
Particle
= particle;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1072
((XmlSchemaComplexContentExtension)type.ContentModel.Content).
Particle
= seq;
27 references to Particle
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
1083
if (ccExtension.
Particle
!= null)
1084
HandleParticle(ccExtension.
Particle
, table, tableChildren, isBase);
1152
return ((XmlSchemaComplexContentExtension)cContent).
Particle
;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
466
dataContract = ImportType(typeName, extension.
Particle
, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
System.Private.Xml (23)
System\Xml\Schema\Preprocessor.cs (3)
1792
if (contentExtension.
Particle
!= null)
1794
SetParent(contentExtension.
Particle
, contentExtension); // Group / all / choice / sequence
1795
PreprocessParticle(contentExtension.
Particle
);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
350
CleanupParticle(complexExtension.
Particle
!);
958
XmlSchemaParticle extendedParticle = CanonicalizeParticle(complexExtension.
Particle
, true, true);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1457
if (contentExtension.
Particle
!= null)
1459
SetParent(contentExtension.
Particle
, contentExtension); //Group / all / choice / sequence
1460
PreprocessParticle(contentExtension.
Particle
);
System\Xml\Schema\SchemaSetCompiler.cs (2)
338
CleanupParticle(complexExtension.
Particle
);
1034
XmlSchemaParticle extendedParticle = CanonicalizeParticle(complexExtension.
Particle
, true);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
364
if (HasParticleRef(complexExt.
Particle
, parentSchema))
366
newComplexExt.Particle = CloneParticle(complexExt.
Particle
, parentSchema);
System\Xml\Schema\XsdBuilder.cs (1)
2396
if ((_complexContentExtension!.
Particle
!= null) ||
System\Xml\Serialization\ImportContext.cs (1)
290
particle = complex.
Particle
;
System\Xml\Serialization\SchemaObjectWriter.cs (8)
933
if (o.
@Particle
is XmlSchemaSequence)
935
Write54_XmlSchemaSequence((XmlSchemaSequence)o.
@Particle
);
937
else if (o.
@Particle
is XmlSchemaGroupRef)
939
Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.
@Particle
);
941
else if (o.
@Particle
is XmlSchemaChoice)
943
Write52_XmlSchemaChoice((XmlSchemaChoice)o.
@Particle
);
945
else if (o.
@Particle
is XmlSchemaAll)
947
Write43_XmlSchemaAll((XmlSchemaAll)o.
@Particle
);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
724
particle = complex.
Particle
;