8 writes to Particle
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
456newComplexExt.Particle = CloneParticle(complexExt.Particle, parentSchema);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2407_complexContentExtension.Particle = particle;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
385((XmlSchemaComplexContentExtension)type.ContentModel.Content).Particle = seq;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1115((XmlSchemaComplexContentExtension)type.ContentModel.Content).Particle = seq;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
12542o.@Particle = Read44_XmlSchemaGroupRef(false, true); 12547o.@Particle = Read54_XmlSchemaChoice(false, true); 12552o.@Particle = Read55_XmlSchemaAll(false, true); 12557o.@Particle = Read53_XmlSchemaSequence(false, true);
36 references to Particle
dotnet-svcutil-lib (36)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1828if (contentExtension.Particle != null) 1830SetParent(contentExtension.Particle, contentExtension); //Group / all / choice / sequence 1831PreprocessParticle(contentExtension.Particle);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
339CleanupParticle(complexExtension.Particle); 949XmlSchemaParticle extendedParticle = CannonicalizeParticle(complexExtension.Particle, true, true);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1471if (contentExtension.Particle != null) 1473SetParent(contentExtension.Particle, contentExtension); //Group / all / choice / sequence 1474PreprocessParticle(contentExtension.Particle);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
325CleanupParticle(complexExtension.Particle); 1018XmlSchemaParticle extendedParticle = CannonicalizeParticle(complexExtension.Particle, true);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
454if (HasParticleRef(complexExt.Particle, parentSchema)) 456newComplexExt.Particle = CloneParticle(complexExt.Particle, parentSchema);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2401if ((_complexContentExtension.Particle != null) ||
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
367particle = extension.Particle;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (8)
934if (o.@Particle is XmlSchemaSequence) 936Write54_XmlSchemaSequence((XmlSchemaSequence)o.@Particle); 938else if (o.@Particle is XmlSchemaGroupRef) 940Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.@Particle); 942else if (o.@Particle is XmlSchemaChoice) 944Write52_XmlSchemaChoice((XmlSchemaChoice)o.@Particle); 946else if (o.@Particle is XmlSchemaAll) 948Write43_XmlSchemaAll((XmlSchemaAll)o.@Particle);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (2)
374if (((XmlSchemaComplexContentExtension)model.Content).Particle != null) 376ImportGroup(((XmlSchemaComplexContentExtension)model.Content).Particle, members, typeNs);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
826particle = extension.Particle;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
472dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (10)
4457if (o.@Particle is Microsoft.Xml.Schema.XmlSchemaAll) 4459Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 4461else if (o.@Particle is Microsoft.Xml.Schema.XmlSchemaSequence) 4463Write53_XmlSchemaSequence(@"sequence", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaSequence)o.@Particle), false, false); 4465else if (o.@Particle is Microsoft.Xml.Schema.XmlSchemaChoice) 4467Write54_XmlSchemaChoice(@"choice", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaChoice)o.@Particle), false, false); 4469else if (o.@Particle is Microsoft.Xml.Schema.XmlSchemaGroupRef) 4471Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaGroupRef)o.@Particle), false, false); 4475if (o.@Particle != null) 4477throw CreateUnknownTypeException(o.@Particle);