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