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