37 writes to @Particle
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
3313
tempWSDL.
Particle
= sequence;
fx\src\data\System\Data\DataTable.cs (1)
5932
type.
Particle
= sequence;
System.Runtime.Serialization (8)
System\Runtime\Serialization\SchemaExporter.cs (8)
173
type.
Particle
= rootSequence;
394
keyValueType.
Particle
= keyValueSequence;
407
type.
Particle
= rootSequence;
476
type.
Particle
= ISerializableSequence;
727
anyType.
Particle
= new XmlSchemaSequence();
741
anyElementType.
Particle
= new XmlSchemaSequence();
779
type.
Particle
= new XmlSchemaSequence();
794
type.
Particle
= new XmlSchemaSequence();
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractExporter.cs (2)
174
genericMessageType.
Particle
= bodySequence;
422
wrapperType.
Particle
= rootSequence;
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
117
outerType.
Particle
= sequence;
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\SchemaUtility.cs (3)
312
resolveType.
Particle
= resolveSequence;
372
probeMatchType.
Particle
= probeMatcheSequence;
415
probeType.
Particle
= probeTypeSequence;
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
9205
o.
@Particle
= Read44_XmlSchemaGroupRef(false, true);
9209
o.
@Particle
= Read53_XmlSchemaSequence(false, true);
9213
o.
@Particle
= Read54_XmlSchemaChoice(false, true);
9217
o.
@Particle
= Read55_XmlSchemaAll(false, true);
System.Xml (17)
System\Xml\Schema\Inference\Infer.cs (2)
935
ct.
Particle
= new XmlSchemaSequence();
944
ct.
Particle
= new XmlSchemaSequence();
System\Xml\Schema\XmlSchemaComplexType.cs (1)
414
complexType.
Particle
= CloneParticle(complexType.Particle, parentSchema);
System\Xml\Schema\XsdBuilder.cs (1)
2187
complexType.
Particle
= particle;
System\Xml\Serialization\SoapSchemaExporter.cs (1)
339
type.
Particle
= seq;
System\Xml\Serialization\SoapSchemaImporter.cs (1)
127
type.
Particle
= seq;
System\Xml\Serialization\XmlSchemaExporter.cs (9)
166
type.
Particle
= seq;
209
type.
Particle
= seq;
406
type.
Particle
= seq;
436
type.
Particle
= seq;
467
type.
Particle
= seq;
492
type.
Particle
= seq;
570
type.
Particle
= (XmlSchemaChoice)seq.Items[0];
573
type.
Particle
= seq;
955
type.
Particle
= seq;
System\Xml\Serialization\XmlSchemaImporter.cs (2)
187
type.
Particle
= seq;
256
type.
Particle
= seq;
91 references to @Particle
System.Data (13)
fx\src\data\System\Data\DataSet.cs (6)
3534
if (ct.
Particle
is XmlSchemaSequence)
3536
XmlSchemaObjectCollection items = ((XmlSchemaSequence)ct.
Particle
).Items;
3555
if (((XmlSchemaSequence)ct.
Particle
).MaxOccurs == Decimal.MaxValue)
3595
if (ct.
Particle
is XmlSchemaSequence || ct.
Particle
is XmlSchemaAll) {
3596
XmlSchemaObjectCollection items = ((XmlSchemaGroupBase)ct.
Particle
).Items;
fx\src\data\System\Data\XMLSchema.cs (7)
647
if (ct.
Particle
!= null) {
648
XmlSchemaObjectCollection items = GetParticleItems(ct.
Particle
);
953
if (ct.
Particle
!= null)
954
HandleParticle(ct.
Particle
, table, tableChildren, isBase);
983
return ct.
Particle
;
2267
if (ct.
Particle
!= null) {
2268
XmlSchemaObjectCollection items = GetParticleItems(ct.
Particle
);
System.Data.Services.Design (1)
System\Data\EntityModel\EntityClassGenerator.cs (1)
287
XmlSchemaSequence sequence = associationType.
Particle
as XmlSchemaSequence;
System.Runtime.Serialization (8)
System\Runtime\Serialization\SchemaExporter.cs (5)
732
((XmlSchemaSequence)anyType.
Particle
).Items.Add(any);
745
((XmlSchemaSequence)anyElementType.
Particle
).Items.Add(any);
782
((XmlSchemaSequence)type.
Particle
).Items.Add(schemaRefElement);
784
((XmlSchemaSequence)type.
Particle
).Items.Add(any);
797
((XmlSchemaSequence)type.
Particle
).Items.Add(any);
System\Runtime\Serialization\SchemaImporter.cs (3)
457
dataContract = ImportType(typeName, complexType.
Particle
, complexType.Attributes, complexType.AnyAttribute, null /* baseTypeName */, complexType.Annotation);
780
XmlSchemaSequence sequence = xsdType.
Particle
as XmlSchemaSequence;
802
XmlSchemaSequence sequence = xsdType.
Particle
as XmlSchemaSequence;
System.ServiceModel (6)
System\ServiceModel\Description\MessageContractImporter.cs (6)
1288
return complexType.
Particle
!= null ? complexType.
Particle
as XmlSchemaSequence : null;
1607
if (complexType.
Particle
== null)
1609
XmlSchemaSequence rootSequence = complexType.
Particle
as XmlSchemaSequence;
1658
if (complexType.
Particle
== null)
1660
XmlSchemaSequence rootSequence = complexType.
Particle
as XmlSchemaSequence;
System.Web.Extensions (1)
Script\Services\WebServiceTypeData.cs (1)
119
isCollection = CheckIfCollectionSequence(type.
Particle
as XmlSchemaSequence);
System.Web.Services (10)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
3156
if (o.
@Particle
is global::System.Xml.Schema.XmlSchemaChoice) {
3157
Write54_XmlSchemaChoice(@"choice", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaChoice)o.
@Particle
), false, false);
3159
else if (o.
@Particle
is global::System.Xml.Schema.XmlSchemaAll) {
3160
Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAll)o.
@Particle
), false, false);
3162
else if (o.
@Particle
is global::System.Xml.Schema.XmlSchemaSequence) {
3163
Write53_XmlSchemaSequence(@"sequence", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSequence)o.
@Particle
), false, false);
3165
else if (o.
@Particle
is global::System.Xml.Schema.XmlSchemaGroupRef) {
3166
Write44_XmlSchemaGroupRef(@"group", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaGroupRef)o.
@Particle
), false, false);
3169
if (o.
@Particle
!= null) {
3170
throw CreateUnknownTypeException(o.
@Particle
);
System.Xml (52)
System\Xml\Schema\Inference\Infer.cs (17)
681
if (null!= ct.
Particle
)
684
ct.
Particle
.MinOccurs = 0;
762
if (null!= ct.
Particle
)
764
ct.
Particle
.MinOccurs = 0;
792
if (null != ct.
Particle
)
801
ct.
Particle
.MinOccurs=decimal.Zero;
933
if (ct.
Particle
!= null)
937
XmlSchemaElement subelement = AddElement(xtr.LocalName, xtr.Prefix, xtr.NamespaceURI, parentSchema,((XmlSchemaSequence)ct.
Particle
).Items, -1);
940
ct.
Particle
.MinOccurs=0; //previously this was simple type so subelements did not exist
942
else if (ct.
Particle
== null)
946
XmlSchemaElement subelement = AddElement(xtr.LocalName, xtr.Prefix, xtr.NamespaceURI, parentSchema,((XmlSchemaSequence)ct.
Particle
).Items, -1);
949
((XmlSchemaSequence)ct.
Particle
).MinOccurs = decimal.Zero;
987
while (++lastUsedSeqItem < ((XmlSchemaSequence)ct.
Particle
).Items.Count)
989
if (((XmlSchemaSequence)ct.
Particle
).Items[lastUsedSeqItem].GetType() != typeof (XmlSchemaElement))
991
XmlSchemaElement subElement = (XmlSchemaElement) ((XmlSchemaSequence)ct.
Particle
).Items[lastUsedSeqItem];
1052
if (ct.
Particle
.GetType() == typeof (XmlSchemaSequence))
1059
XmlSchemaSequence xss = (XmlSchemaSequence) ct.
Particle
;
System\Xml\Schema\Preprocessor.cs (4)
1410
if (complexType.
Particle
!= null || complexType.Attributes != null) {
1508
if (complexType.
Particle
!= null) {
1509
SetParent(complexType.
Particle
, complexType);
1510
PreprocessParticle(complexType.
Particle
);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
284
CleanupParticle(complexType.
Particle
);
590
complexType.SetContentTypeParticle(CompileContentTypeParticle(complexType.
Particle
, true));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
1096
if (complexType.
Particle
!= null || complexType.Attributes != null) {
1194
if (complexType.
Particle
!= null) {
1195
SetParent(complexType.
Particle
, complexType);
1196
PreprocessParticle(complexType.
Particle
);
System\Xml\Schema\SchemaSetCompiler.cs (2)
272
CleanupParticle(complexType.
Particle
);
658
complexType.SetContentTypeParticle(CompileContentTypeParticle(complexType.
Particle
));
System\Xml\Schema\XmlSchemaComplexType.cs (2)
413
if (HasParticleRef(complexType.
Particle
, parentSchema)) {
414
complexType.Particle = CloneParticle(complexType.
Particle
, parentSchema);
System\Xml\Schema\XsdBuilder.cs (3)
1528
(builder.complexType.
Particle
!= null || builder.complexType.Attributes.Count != 0 || builder.complexType.AnyAttribute != null)
1586
(builder.complexType.
Particle
!= null || builder.complexType.Attributes.Count != 0 || builder.complexType.AnyAttribute != null)
2183
(complexType.
Particle
!= null)
System\Xml\Serialization\ImportContext.cs (1)
324
particle = ct.
Particle
;
System\Xml\Serialization\SchemaObjectWriter.cs (8)
686
if (o.
@Particle
is XmlSchemaSequence) {
687
Write54_XmlSchemaSequence((XmlSchemaSequence)o.
@Particle
);
689
else if (o.
@Particle
is XmlSchemaGroupRef) {
690
Write55_XmlSchemaGroupRef((XmlSchemaGroupRef)o.
@Particle
);
692
else if (o.
@Particle
is XmlSchemaChoice) {
693
Write52_XmlSchemaChoice((XmlSchemaChoice)o.
@Particle
);
695
else if (o.
@Particle
is XmlSchemaAll) {
696
Write43_XmlSchemaAll((XmlSchemaAll)o.
@Particle
);
System\Xml\Serialization\SoapSchemaImporter.cs (6)
259
if (type.
Particle
== null)
261
if(!(type.
Particle
is XmlSchemaAll ||type.
Particle
is XmlSchemaSequence))
263
XmlSchemaGroupBase group = (XmlSchemaGroupBase) type.
Particle
;
330
if (type.
Particle
!= null) {
331
ImportGroup(type.
Particle
, members, typeNs);
System\Xml\Serialization\XmlSchemaExporter.cs (2)
130
if (complexType.
Particle
is XmlSchemaSequence) {
131
XmlSchemaSequence sequence = (XmlSchemaSequence) complexType.
Particle
;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
732
particle = ct.
Particle
;