9 writes to @Particle
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
165extension.Particle = rootSequence;
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
10150o.@Particle = Read44_XmlSchemaGroupRef(false, true); 10154o.@Particle = Read54_XmlSchemaChoice(false, true); 10158o.@Particle = Read55_XmlSchemaAll(false, true); 10162o.@Particle = Read53_XmlSchemaSequence(false, true);
System.Xml (4)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
395newComplexExt.Particle = CloneParticle(complexExt.Particle, parentSchema);
System\Xml\Schema\XsdBuilder.cs (1)
2195complexContentExtension.Particle = particle;
System\Xml\Serialization\SoapSchemaExporter.cs (1)
332((XmlSchemaComplexContentExtension)type.ContentModel.Content).Particle = seq;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
950((XmlSchemaComplexContentExtension)type.ContentModel.Content).Particle = seq;
39 references to @Particle
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
913if (ccExtension.Particle != null) 914HandleParticle(ccExtension.Particle, table, tableChildren, isBase); 970return ((XmlSchemaComplexContentExtension) cContent ).Particle;
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
473dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
System.Web.Services (10)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
3535if (o.@Particle is global::System.Xml.Schema.XmlSchemaAll) { 3536Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 3538else if (o.@Particle is global::System.Xml.Schema.XmlSchemaSequence) { 3539Write53_XmlSchemaSequence(@"sequence", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSequence)o.@Particle), false, false); 3541else if (o.@Particle is global::System.Xml.Schema.XmlSchemaChoice) { 3542Write54_XmlSchemaChoice(@"choice", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaChoice)o.@Particle), false, false); 3544else if (o.@Particle is global::System.Xml.Schema.XmlSchemaGroupRef) { 3545Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 3548if (o.@Particle != null) { 3549throw CreateUnknownTypeException(o.@Particle);
System.Xml (25)
System\Xml\Schema\Preprocessor.cs (3)
1481if (contentExtension.Particle != null) { 1482SetParent(contentExtension.Particle, contentExtension); //Group / all / choice / sequence 1483PreprocessParticle(contentExtension.Particle);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
272CleanupParticle(complexExtension.Particle); 756XmlSchemaParticle extendedParticle = CannonicalizeParticle(complexExtension.Particle, true, true);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1167if (contentExtension.Particle != null) { 1168SetParent(contentExtension.Particle, contentExtension); //Group / all / choice / sequence 1169PreprocessParticle(contentExtension.Particle);
System\Xml\Schema\SchemaSetCompiler.cs (2)
260CleanupParticle(complexExtension.Particle); 807XmlSchemaParticle extendedParticle = CannonicalizeParticle(complexExtension.Particle, true);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
394if (HasParticleRef(complexExt.Particle, parentSchema)) { 395newComplexExt.Particle = CloneParticle(complexExt.Particle, parentSchema);
System\Xml\Schema\XsdBuilder.cs (1)
2190if ( (complexContentExtension.Particle != null) ||
System\Xml\Serialization\ImportContext.cs (1)
313particle = extension.Particle;
System\Xml\Serialization\SchemaObjectWriter.cs (8)
777if (o.@Particle is XmlSchemaSequence) { 778Write54_XmlSchemaSequence((XmlSchemaSequence)o.@Particle); 780else if (o.@Particle is XmlSchemaGroupRef) { 781Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.@Particle); 783else if (o.@Particle is XmlSchemaChoice) { 784Write52_XmlSchemaChoice((XmlSchemaChoice)o.@Particle); 786else if (o.@Particle is XmlSchemaAll) { 787Write43_XmlSchemaAll((XmlSchemaAll)o.@Particle);
System\Xml\Serialization\SoapSchemaImporter.cs (2)
337if (((XmlSchemaComplexContentExtension)model.Content).Particle != null) { 338ImportGroup(((XmlSchemaComplexContentExtension)model.Content).Particle, members, typeNs);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
720particle = extension.Particle;