3 writes to Particle
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
378
newComplexRest.
Particle
= CloneParticle(newComplexRest.Particle, parentSchema);
System\Xml\Schema\XsdBuilder.cs (1)
2411
_complexContentRestriction.
Particle
= particle;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1070
((XmlSchemaComplexContentRestriction)type.ContentModel.Content).
Particle
= seq;
25 references to Particle
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
1094
if (ccRestriction.
Particle
!= null)
1095
HandleParticle(ccRestriction.
Particle
, table, tableChildren, isBase);
1157
return ((XmlSchemaComplexContentRestriction)cContent).
Particle
;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
472
dataContract = ImportType(typeName, restriction.
Particle
, restriction.Attributes, restriction.AnyAttribute, null /* baseTypeName */, complexType.Annotation);
System.Private.Xml (21)
System\Xml\Schema\Preprocessor.cs (3)
1812
if (contentRestriction.
Particle
!= null)
1814
SetParent(contentRestriction.
Particle
, contentRestriction); // Group / all / choice / sequence
1815
PreprocessParticle(contentRestriction.
Particle
);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
356
CleanupParticle(complexRestriction.
Particle
!);
1024
complexType.SetContentTypeParticle(CompileContentTypeParticle(complexRestriction.
Particle
, true));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1476
if (contentRestriction.
Particle
!= null)
1478
SetParent(contentRestriction.
Particle
, contentRestriction); //Group / all / choice / sequence
1479
PreprocessParticle(contentRestriction.
Particle
);
System\Xml\Schema\SchemaSetCompiler.cs (2)
344
CleanupParticle(complexRestriction.
Particle
);
1103
complexType.SetContentTypeParticle(CompileContentTypeParticle(complexRestriction.
Particle
));
System\Xml\Schema\XmlSchemaComplexType.cs (2)
376
if (HasParticleRef(newComplexRest.
Particle
, parentSchema))
378
newComplexRest.Particle = CloneParticle(newComplexRest.
Particle
, parentSchema);
System\Xml\Schema\XsdBuilder.cs (1)
2405
if ((_complexContentRestriction!.
Particle
!= null) ||
System\Xml\Serialization\SchemaObjectWriter.cs (8)
1232
if (o.
@Particle
is XmlSchemaSequence)
1234
Write54_XmlSchemaSequence((XmlSchemaSequence)o.
@Particle
);
1236
else if (o.
@Particle
is XmlSchemaGroupRef)
1238
Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.
@Particle
);
1240
else if (o.
@Particle
is XmlSchemaChoice)
1242
Write52_XmlSchemaChoice((XmlSchemaChoice)o.
@Particle
);
1244
else if (o.
@Particle
is XmlSchemaAll)
1246
Write43_XmlSchemaAll((XmlSchemaAll)o.
@Particle
);