3 writes to blockDefault
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
276set { blockDefault = value; } 525that.blockDefault = this.blockDefault; 543that.blockDefault = this.blockDefault;
3 references to blockDefault
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
275get { return blockDefault; } 525that.blockDefault = this.blockDefault; 543that.blockDefault = this.blockDefault;