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