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