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