8 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;
System.Web.Services.Description (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
12603o.@Particle = Read44_XmlSchemaGroupRef(false, true); 12607o.@Particle = Read54_XmlSchemaChoice(false, true); 12611o.@Particle = Read55_XmlSchemaAll(false, true); 12615o.@Particle = Read53_XmlSchemaSequence(false, true);
37 references to Particle
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
1077if (ccExtension.Particle != null) 1078HandleParticle(ccExtension.Particle, table, tableChildren, isBase); 1146return ((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)
288particle = 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)
701particle = complex.Particle;
System.Web.Services.Description (10)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
4164if (o.@Particle is global::System.Xml.Schema.XmlSchemaAll) { 4165Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 4167else if (o.@Particle is global::System.Xml.Schema.XmlSchemaSequence) { 4168Write53_XmlSchemaSequence(@"sequence", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSequence)o.@Particle), false, false); 4170else if (o.@Particle is global::System.Xml.Schema.XmlSchemaChoice) { 4171Write54_XmlSchemaChoice(@"choice", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaChoice)o.@Particle), false, false); 4173else if (o.@Particle is global::System.Xml.Schema.XmlSchemaGroupRef) { 4174Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 4177if (o.@Particle != null) { 4178throw CreateUnknownTypeException(o.@Particle);