2 writes to attributeFormDefault
System.Xml (2)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
392this.attributeFormDefault = schema.AttributeFormDefault; 394this.attributeFormDefault = XmlSchemaForm.Unqualified;
2 references to attributeFormDefault
System.Xml (2)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
393if (this.attributeFormDefault == XmlSchemaForm.None) { 690attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && this.attributeFormDefault == XmlSchemaForm.Qualified)) ? this.targetNamespace : null));