8 writes to Particle
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
468
newComplexRest.
Particle
= CloneParticle(newComplexRest.Particle, parentSchema);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2416
_complexContentRestriction.
Particle
= particle;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
387
((XmlSchemaComplexContentRestriction)type.ContentModel.Content).
Particle
= seq;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1113
((XmlSchemaComplexContentRestriction)type.ContentModel.Content).
Particle
= seq;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
12426
o.
@Particle
= Read54_XmlSchemaChoice(false, true);
12431
o.
@Particle
= Read44_XmlSchemaGroupRef(false, true);
12436
o.
@Particle
= Read55_XmlSchemaAll(false, true);
12441
o.
@Particle
= Read53_XmlSchemaSequence(false, true);
35 references to Particle
dotnet-svcutil-lib (35)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1847
if (contentRestriction.
Particle
!= null)
1849
SetParent(contentRestriction.
Particle
, contentRestriction); //Group / all / choice / sequence
1850
PreprocessParticle(contentRestriction.
Particle
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
345
CleanupParticle(complexRestriction.
Particle
);
1014
complexType.SetContentTypeParticle(CompileContentTypeParticle(complexRestriction.
Particle
, true));
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1490
if (contentRestriction.
Particle
!= null)
1492
SetParent(contentRestriction.
Particle
, contentRestriction); //Group / all / choice / sequence
1493
PreprocessParticle(contentRestriction.
Particle
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
331
CleanupParticle(complexRestriction.
Particle
);
1084
complexType.SetContentTypeParticle(CompileContentTypeParticle(complexRestriction.
Particle
));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
466
if (HasParticleRef(newComplexRest.
Particle
, parentSchema))
468
newComplexRest.Particle = CloneParticle(newComplexRest.
Particle
, parentSchema);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2410
if ((_complexContentRestriction.
Particle
!= null) ||
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (8)
1238
if (o.
@Particle
is XmlSchemaSequence)
1240
Write54_XmlSchemaSequence((XmlSchemaSequence)o.
@Particle
);
1242
else if (o.
@Particle
is XmlSchemaGroupRef)
1244
Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.
@Particle
);
1246
else if (o.
@Particle
is XmlSchemaChoice)
1248
Write52_XmlSchemaChoice((XmlSchemaChoice)o.
@Particle
);
1250
else if (o.
@Particle
is XmlSchemaAll)
1252
Write43_XmlSchemaAll((XmlSchemaAll)o.
@Particle
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (3)
381
if (((XmlSchemaComplexContentRestriction)model.Content).
Particle
!= null)
383
ImportGroup(((XmlSchemaComplexContentRestriction)model.Content).
Particle
, members, typeNs);
530
XmlSchemaParticle particle = restriction.
Particle
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
479
dataContract = ImportType(typeName, restriction.
Particle
, restriction.Attributes, restriction.AnyAttribute, null /* baseTypeName */, complexType.Annotation);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (10)
4548
if (o.
@Particle
is Microsoft.Xml.Schema.XmlSchemaAll)
4550
Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAll)o.
@Particle
), false, false);
4552
else if (o.
@Particle
is Microsoft.Xml.Schema.XmlSchemaSequence)
4554
Write53_XmlSchemaSequence(@"sequence", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaSequence)o.
@Particle
), false, false);
4556
else if (o.
@Particle
is Microsoft.Xml.Schema.XmlSchemaChoice)
4558
Write54_XmlSchemaChoice(@"choice", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaChoice)o.
@Particle
), false, false);
4560
else if (o.
@Particle
is Microsoft.Xml.Schema.XmlSchemaGroupRef)
4562
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaGroupRef)o.
@Particle
), false, false);
4566
if (o.
@Particle
!= null)
4568
throw CreateUnknownTypeException(o.
@Particle
);