2 writes to substitutionGroup
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
157set { substitutionGroup = (value == null ? XmlQualifiedName.Empty : value); } 324newElem.substitutionGroup = this.substitutionGroup.Clone();
2 references to substitutionGroup
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
156get { return substitutionGroup; } 324newElem.substitutionGroup = this.substitutionGroup.Clone();