8 writes to Particle
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
159
extension.
Particle
= rootSequence;
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
366
newComplexExt.
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)
12603
o.
@Particle
= Read44_XmlSchemaGroupRef(false, true);
12607
o.
@Particle
= Read54_XmlSchemaChoice(false, true);
12611
o.
@Particle
= Read55_XmlSchemaAll(false, true);
12615
o.
@Particle
= Read53_XmlSchemaSequence(false, true);
37 references to Particle
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
1083
if (ccExtension.
Particle
!= null)
1084
HandleParticle(ccExtension.
Particle
, table, tableChildren, isBase);
1152
return ((XmlSchemaComplexContentExtension)cContent).
Particle
;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
466
dataContract = ImportType(typeName, extension.
Particle
, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
System.Private.Xml (23)
System\Xml\Schema\Preprocessor.cs (3)
1792
if (contentExtension.
Particle
!= null)
1794
SetParent(contentExtension.
Particle
, contentExtension); // Group / all / choice / sequence
1795
PreprocessParticle(contentExtension.
Particle
);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
350
CleanupParticle(complexExtension.
Particle
!);
958
XmlSchemaParticle extendedParticle = CanonicalizeParticle(complexExtension.
Particle
, true, true);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1457
if (contentExtension.
Particle
!= null)
1459
SetParent(contentExtension.
Particle
, contentExtension); //Group / all / choice / sequence
1460
PreprocessParticle(contentExtension.
Particle
);
System\Xml\Schema\SchemaSetCompiler.cs (2)
338
CleanupParticle(complexExtension.
Particle
);
1034
XmlSchemaParticle extendedParticle = CanonicalizeParticle(complexExtension.
Particle
, true);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
364
if (HasParticleRef(complexExt.
Particle
, parentSchema))
366
newComplexExt.Particle = CloneParticle(complexExt.
Particle
, parentSchema);
System\Xml\Schema\XsdBuilder.cs (1)
2396
if ((_complexContentExtension!.
Particle
!= null) ||
System\Xml\Serialization\ImportContext.cs (1)
290
particle = complex.
Particle
;
System\Xml\Serialization\SchemaObjectWriter.cs (8)
933
if (o.
@Particle
is XmlSchemaSequence)
935
Write54_XmlSchemaSequence((XmlSchemaSequence)o.
@Particle
);
937
else if (o.
@Particle
is XmlSchemaGroupRef)
939
Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.
@Particle
);
941
else if (o.
@Particle
is XmlSchemaChoice)
943
Write52_XmlSchemaChoice((XmlSchemaChoice)o.
@Particle
);
945
else if (o.
@Particle
is XmlSchemaAll)
947
Write43_XmlSchemaAll((XmlSchemaAll)o.
@Particle
);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
724
particle = complex.
Particle
;
System.Web.Services.Description (10)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
4164
if (o.
@Particle
is global::System.Xml.Schema.XmlSchemaAll) {
4165
Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.
@Particle
), false, false);
4167
else if (o.
@Particle
is global::System.Xml.Schema.XmlSchemaSequence) {
4168
Write53_XmlSchemaSequence(@"sequence", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSequence)o.
@Particle
), false, false);
4170
else if (o.
@Particle
is global::System.Xml.Schema.XmlSchemaChoice) {
4171
Write54_XmlSchemaChoice(@"choice", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaChoice)o.
@Particle
), false, false);
4173
else if (o.
@Particle
is global::System.Xml.Schema.XmlSchemaGroupRef) {
4174
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)o.
@Particle
), false, false);
4177
if (o.
@Particle
!= null) {
4178
throw CreateUnknownTypeException(o.
@Particle
);