3 writes to _attributeFormDefault
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
234
set {
_attributeFormDefault
= value; }
423
that.
_attributeFormDefault
= _attributeFormDefault;
442
that.
_attributeFormDefault
= _attributeFormDefault;
3 references to _attributeFormDefault
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
233
get { return
_attributeFormDefault
; }
423
that._attributeFormDefault =
_attributeFormDefault
;
442
that._attributeFormDefault =
_attributeFormDefault
;