2 writes to _canonicalParticle
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaGroup.cs (2)
43set { _canonicalParticle = value; } 85newGroup._canonicalParticle = XmlSchemaParticle.Empty;
1 reference to _canonicalParticle
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaGroup.cs (1)
42get { return _canonicalParticle; }