3 writes to _blockDefault
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
241set { _blockDefault = value; } 425that._blockDefault = _blockDefault; 444that._blockDefault = _blockDefault;
3 references to _blockDefault
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
240get { return _blockDefault; } 425that._blockDefault = _blockDefault; 444that._blockDefault = _blockDefault;