3 writes to _attributeFormDefault
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
242
set {
_attributeFormDefault
= value; }
431
that.
_attributeFormDefault
= _attributeFormDefault;
450
that.
_attributeFormDefault
= _attributeFormDefault;
3 references to _attributeFormDefault
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
241
get { return
_attributeFormDefault
; }
431
that._attributeFormDefault =
_attributeFormDefault
;
450
that._attributeFormDefault =
_attributeFormDefault
;