2 writes to attributeFormDefault
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (2)
883this.attributeFormDefault = schema.AttributeFormDefault; 885this.attributeFormDefault = XmlSchemaForm.Unqualified;
2 references to attributeFormDefault
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (2)
884if (this.attributeFormDefault == XmlSchemaForm.None) { 998attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && this.attributeFormDefault == XmlSchemaForm.Qualified)) ? this.targetNamespace : null));