2 writes to Particle
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
845items.Particle = FindGroup(refGroup.RefName).Particle; 850items.Particle = (XmlSchemaGroupBase)particle;
16 references to Particle
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (16)
706return (items.Particle != null) && (items.Particle is XmlSchemaAll); 760if (items.Particle != null) 762ImportGroup(items.Particle, identifier, members, membersScope, elementsScope, typeNs, mixed, ref needExplicitOrder, order, items.IsUnbounded, allowUnboundedElements); 782if (items.baseSimpleType != null || (items.Particle == null && mixed)) 1381if (items.Particle == null) return null; 1383XmlSchemaGroupBase item = items.Particle; 1453if ((items.Particle is XmlSchemaSequence || items.Particle is XmlSchemaAll) && items.Particle.Items.Count == 1 && items.Particle.Items[0] is XmlSchemaElement) 1455XmlSchemaElement innerRefElement = (XmlSchemaElement)items.Particle.Items[0]; 1473if (items.Particle == null) return null; 1474if (!(items.Particle is XmlSchemaAll || items.Particle is XmlSchemaSequence)) return null; 1476XmlSchemaGroupBase group = (XmlSchemaGroupBase)items.Particle;