2 writes to canonicalParticle
System.Xml (2)
System\Xml\Schema\XmlSchemaGroup.cs (2)
54set { canonicalParticle = value; } 89newGroup.canonicalParticle = XmlSchemaParticle.Empty;
1 reference to canonicalParticle
System.Xml (1)
System\Xml\Schema\XmlSchemaGroup.cs (1)
53get { return canonicalParticle; }