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