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