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