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