3 writes to _blockDefault
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
249set { _blockDefault = value; } 433that._blockDefault = _blockDefault; 452that._blockDefault = _blockDefault;
3 references to _blockDefault
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
248get { return _blockDefault; } 433that._blockDefault = _blockDefault; 452that._blockDefault = _blockDefault;