4 writes to Particle
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2423_group.Particle = (XmlSchemaGroupBase)particle;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
12657o.@Particle = Read53_XmlSchemaSequence(false, true); 12662o.@Particle = Read54_XmlSchemaChoice(false, true); 12667o.@Particle = Read55_XmlSchemaAll(false, true);
42 references to Particle
dotnet-svcutil-lib (42)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (8)
1101if (group.Particle != null) 1103count = CountGroupSelfReference(group.Particle.Items, group.QualifiedName, group.Redefined); 1882if (group.Particle == null) 1887if (group.Particle.MinOccursString != null) 1889SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "minOccurs", group.Particle); 1891if (group.Particle.MaxOccursString != null) 1893SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "maxOccurs", group.Particle); 1896PreprocessParticle(group.Particle);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
402CleanupParticle(group.Particle); 502group.CanonicalParticle = CannonicalizeParticle(group.Particle, true, true);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (8)
752if (group.Particle != null) 754count = CountGroupSelfReference(group.Particle.Items, group.QualifiedName); 1525if (group.Particle == null) 1530if (group.Particle.MinOccursString != null) 1532SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "minOccurs", group.Particle); 1534if (group.Particle.MaxOccursString != null) 1536SendValidationEvent(ResXml.Sch_ForbiddenAttribute, "maxOccurs", group.Particle); 1539PreprocessParticle(group.Particle);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
405CleanupParticle(group.Particle); 545baseGroup.CanonicalParticle = CannonicalizeParticle(baseGroup.Particle, true); 549redefinedGroup.CanonicalParticle = CannonicalizeParticle(redefinedGroup.Particle, true); 583group.CanonicalParticle = CannonicalizeParticle(group.Particle, true);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2419if (_group.Particle != null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (2)
385particle = ((XmlSchemaGroup)_schemas.Find(refGroup.RefName, typeof(XmlSchemaGroup), false)).Particle; 476Depends(((XmlSchemaGroup)item).Particle);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (6)
1268if (o.@Particle is XmlSchemaSequence) 1270Write54_XmlSchemaSequence((XmlSchemaSequence)o.@Particle); 1272else if (o.@Particle is XmlSchemaChoice) 1274Write52_XmlSchemaChoice((XmlSchemaChoice)o.@Particle); 1276else if (o.@Particle is XmlSchemaAll) 1278Write43_XmlSchemaAll((XmlSchemaAll)o.@Particle);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (3)
845items.Particle = FindGroup(refGroup.RefName).Particle; 1013return GatherGroupChoices(group.Particle, choiceElements, identifier, ns, ref needExplicitOrder, allowDuplicates); 1127ImportGroupMembers(FindGroup(refGroup.RefName).Particle, identifier, members, membersScope, elementsScope, refGroup.RefName.Namespace, groupRepeats | refGroup.IsMultipleOccurrence, ref mixed, ref needExplicitOrder, allowDuplicates, allowUnboundedElements);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
2650if (o.@Particle is Microsoft.Xml.Schema.XmlSchemaAll) 2652Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaAll)o.@Particle), false, false); 2654else if (o.@Particle is Microsoft.Xml.Schema.XmlSchemaChoice) 2656Write54_XmlSchemaChoice(@"choice", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaChoice)o.@Particle), false, false); 2658else if (o.@Particle is Microsoft.Xml.Schema.XmlSchemaSequence) 2660Write53_XmlSchemaSequence(@"sequence", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaSequence)o.@Particle), false, false); 2664if (o.@Particle != null) 2666throw CreateUnknownTypeException(o.@Particle);